MCPcopy Create free account
hub / github.com/bcefghj/competitive-intelligence-multi-agent / list_competitors

Function list_competitors

python/src/api/server.py:155–163  ·  view source on GitHub ↗

Return a list of pre-configured competitors (demo endpoint).

()

Source from the content-addressed store, hash-verified

153
154@app.get("/competitors")
155async def list_competitors():
156 """Return a list of pre-configured competitors (demo endpoint)."""
157 return {
158 "competitors": [
159 {"name": "CompetitorA", "website": "https://competitora.com"},
160 {"name": "CompetitorB", "website": "https://competitorb.com"},
161 {"name": "CompetitorC", "website": "https://competitorc.com"},
162 ]
163 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected