Browser UI
Normal web users open this page and use the REST console below.
This deployment follows the official FastMCP model: MCP tools on /mcp, browser-facing HTTP routes on the same app, and official app capabilities through app=True, FastMCPApp, and FormInput.
Normal web users open this page and use the REST console below.
{
"mcpServers": {
"jxalk-mcp": {
"transport": "http",
"url": "https://mcp.jxalk.cn/mcp"
}
}
}
Direct browser testing for the same server-side logic exposed through MCP tools.
This mirrors the official FormInput provider flow, but for plain browsers.
This is backed by the official FastMCPApp provider on the MCP side.
These render inside MCP-aware clients. For local preview, FastMCP officially provides fastmcp dev apps.