Skip to content

Commit 0620ef2

Browse files
committed
added mcp server instructions
1 parent 3d84d24 commit 0620ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codetide/mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
codeTideMCPServer = FastMCP(
55
name="codetide",
6-
# instructions=AGENT_TIDE_SYSTEM_PROMPT,
6+
instructions="Use this server to retrieve code context and explore the repository structure using the getContext and getRepoTree tools."
77
)
88

99
def serve():

0 commit comments

Comments
 (0)