Skip to main content
Glama

SOLx402 MCP Server

MIT License
3
.gitignore925 B
# ----------------------------- # Node.js / TypeScript / pnpm MCP Server # ----------------------------- # Dependency directories node_modules/ .pnpm-store/ # Build output dist/ build/ out/ coverage/ # TypeScript cache *.tsbuildinfo # Logs logs/ *.log npm-debug.log* pnpm-debug.log* yarn-debug.log* yarn-error.log* # Environment variables .env .env.*.local .env.local .env.development.local .env.test.local .env.production.local # OS files .DS_Store Thumbs.db # IDEs and editors .vscode/ .idea/ *.swp # Optional lockfiles (keep one if your team uses it consistently) # package-lock.json # yarn.lock # Tests & temporary files jest-test-results.json test-results/ .tmp/ temp/ # Misc *.bak *.orig *.rej # Optional: ignore generated type definitions if you bundle with tsup or tsc --declaration *.d.ts !src/types/**/*.d.ts # MCP-specific # If you have protocol or schema outputs, ignore them here: generated/ schemas/

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/leandrogavidia/solx402-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server