Add Sequential Thinking compatibility server and JWKS support

This commit is contained in:
anthonyrawlins
2025-10-13 17:04:00 +11:00
parent c99def17d7
commit 2fd9a96950
6 changed files with 232 additions and 122 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/bash
set -e
echo "🚀 Starting Sequential Thinking Age Wrapper (Beat 1)"
echo "🚀 Starting Sequential Thinking Age Wrapper"
# Start MCP server on loopback
echo "📡 Starting MCP server on 127.0.0.1:8000..."
echo "📡 Starting Sequential Thinking MCP compatibility server on 127.0.0.1:8000..."
python3 /opt/mcp/server.py &
MCP_PID=$!