implement guided auth flow for both chat based and server callback flows

This commit is contained in:
Taylor Wilsdon
2025-04-27 14:30:11 -04:00
parent ca86d591d4
commit 65048b7f46
7 changed files with 473 additions and 260 deletions

View File

@@ -1,6 +1,5 @@
import mcp
from core.server import server
if __name__ == "__main__":
# Run the MCP server using stdio transport
mcp.run(server, transport='stdio')
server.run(transport='stdio')