Skip to content

Commit 63e2234

Browse files
committed
feat(docs): add MCP Server documentation and configuration
- Add comprehensive MCP Server documentation page with setup instructions - Include configuration guides for Claude Desktop, Cursor, and custom MCP clients - Document all five available MCP tools: execute_php, execute_with_loader, get_execution_history, switch_connection, and get_php_info - Add detailed examples for each connection type: local, Docker, SSH, Kubernetes, and Vapor - Include troubleshooting section and common workflows - Add MCP Server navigation link to VitePress config - Add MCP server icon (mcp.svg) to public assets - Update package-lock.json with dependency changes
1 parent e60d47a commit 63e2234

File tree

4 files changed

+436
-1
lines changed

4 files changed

+436
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default defineConfig({
7676
{text: 'Kubernetes', link: '/kubernetes'},
7777
{text: 'SSH', link: '/ssh'},
7878
{text: 'Vapor', link: '/vapor'},
79+
{text: 'MCP Server', link: '/mcp-server'},
7980
{text: 'Client Library', link: '/client'},
8081
{text: 'Custom Loaders', link: '/custom-loaders'},
8182
],

0 commit comments

Comments
 (0)