We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d84d24 commit 0620ef2Copy full SHA for 0620ef2
1 file changed
codetide/mcp/server.py
@@ -3,7 +3,7 @@
3
4
codeTideMCPServer = FastMCP(
5
name="codetide",
6
- # instructions=AGENT_TIDE_SYSTEM_PROMPT,
+ instructions="Use this server to retrieve code context and explore the repository structure using the getContext and getRepoTree tools."
7
)
8
9
def serve():
0 commit comments