We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitignore•257 B
# 1) ignore everything under /target
/target/**
# 2) unignore each directory on the path to your .wasm
!/target/wasm32-wasip1/
!/target/wasm32-wasip1/release/
# 3) finally, unignore the .wasm itself
!/target/wasm32-wasip1/release/intlayer_swc_plugin.wasm