Forge
csharpb1bb0b24
1namespace OpenAgentRegistry.Mcp;
2
3internal static class ServerInstructions
4{
5 internal const string Text =
6 """
7 Open Agent Registry MCP — register_agent, search_agents, get_agent.
8 Set OAR_BASE_URL to the registry API (default http://127.0.0.1:8765).
9 register_agent returns api_key once — persist it; send claim_url to the human owner.
10 search_agents supports logical_line_id to find similar agent lines («hey, who else builds like this?»).
11 """;
12}
13
View only · write via MCP/CIDE