MCP Server
This docs project includes a read-only MCP server that exposes License Server documentation and agent guidance to MCP-capable AI clients.
What it provides
Section titled “What it provides”Resources:
- public docs pages
- agent guide pages
- API and troubleshooting references
Tools:
search_license_server_docsget_license_server_doc
Prompts:
setup_license_serverintegrate_client_plugintroubleshoot_license_activation
Run with stdio
Section titled “Run with stdio”Use stdio for local clients that launch a command directly.
bun run mcpExample client command:
{ "command": "bun", "args": ["run", "mcp"], "cwd": "/home/usr/projects/awesome-plugin"}Run over HTTP
Section titled “Run over HTTP”Use HTTP when deploying the MCP server separately from GitHub Pages.
bun run mcp:httpBy default, the HTTP server listens on port 8787 and responds at:
http://localhost:8787/mcpImportant deployment note
Section titled “Important deployment note”GitHub Pages can host the public docs, llms.txt, llms-full.txt, robots.txt, and sitemap files, but it cannot host the live MCP endpoint. Deploy the MCP server to a dynamic Node-capable host, then keep the static docs on GitHub Pages.
Public discovery file
Section titled “Public discovery file”The docs build also publishes:
/.well-known/mcp.jsonThat file points AI systems to the public docs, LLM text files, and MCP server instructions.