← スキル一覧に戻る

ragsharp-mcp-code-graph
by managedcode
⭐ 0🍴 0📅 2026年1月4日
SKILL.md
name: ragsharp-mcp-code-graph description: | Run the ragsharp MCP JSON-RPC server and issue graph commands (doctor/index/update/query/export) for Codex/agent integrations. Triggers: mcp, json-rpc, code graph, references, index, query, export.
Steps
- Start the MCP server:
ragsharp-mcp(reads stdin, writes stdout). - Send JSON-RPC 2.0 requests, e.g.
{"jsonrpc":"2.0","id":1,"method":"doctor","params":{"root":"."}}. - For indexing:
{"jsonrpc":"2.0","id":2,"method":"index","params":{"root":".","db": ".ragsharp/graph/index.db","state": ".ragsharp/graph/state.json"}}. - For querying:
{"jsonrpc":"2.0","id":3,"method":"query","params":{"db": ".ragsharp/graph/index.db","type":"symbols","symbol":"Greeter","edgeKind":null,"limit":50}}. - For export:
{"jsonrpc":"2.0","id":4,"method":"export","params":{"db": ".ragsharp/graph/index.db","format":"dot","output": ".ragsharp/graph/graph.dot"}}.
Expected Results
- Server responds with JSON-RPC 2.0 responses containing
resultorerror. - Indexing returns counts of nodes/edges and writes
.ragsharp/graph/index.dbandstate.json. - Query returns
nodesandedgesmatching filters (type,symbol,kind,document,edgeKind,limit,contextLines). - Export writes DOT or GEXF to the requested path.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です