from fastmcp import FastMCP
mcp = FastMCP("GoLiveMCP")
@mcp.tool()
async def onboarding_complete() -> dict:
"""Mark the onboarding process as complete."""
return {"message": "Onboarding complete. Go live enabled."}
if __name__ == "__main__":
mcp.run()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mehrshadshams/CopilotMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server