We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MatthewLaw1/Near-Intents-MCP-Agentkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
usePlugin("@nomiclabs/buidler-truffle5");
module.exports = {
solc: { version: "0.5.5" },
networks: {
development: {
gas: 7000000,
url: "http://localhost:8545"
}
},
mocha: {
reporter: "eth-gas-reporter",
reporterOptions: {
artifactType: "buidler-v1",
url: "http://localhost:8545"
}
}
};