Skip to main content
Glama

Controtto

by contre95
querier.go413 B
package querying // TODO: Maybe all functions just need to bing into this interactor instead of each individual use case (queriers int his case) // TODO: No, the trading pair querier will receive as well the MarketQuerier use case bundle type Service struct { AssetQuerier AssetsQuerier PairQuerier PairsQuerier } func NewService(aq AssetsQuerier, tpq PairsQuerier) Service { return Service{aq, tpq} }

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/contre95/controtto'

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