We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lihongwen/deepresearch-mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
build.sh•287 B
#!/bin/bash
# Build script for the MCP server deep research package
echo "Building mcp-server-deep-research package..."
cd /Users/hezhang/repos/mcp-server-application/mcp-server-deep-research
uv build
echo "Done building. The wheel file should be in the dist/ directory."
ls -la dist/