スキル一覧に戻る
managedcode

ragsharp-mcp-code-graph

by managedcode

0🍴 0📅 2026年1月4日
GitHubで見るManusで実行

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

  1. Start the MCP server: ragsharp-mcp (reads stdin, writes stdout).
  2. Send JSON-RPC 2.0 requests, e.g. {"jsonrpc":"2.0","id":1,"method":"doctor","params":{"root":"."}}.
  3. For indexing: {"jsonrpc":"2.0","id":2,"method":"index","params":{"root":".","db": ".ragsharp/graph/index.db","state": ".ragsharp/graph/state.json"}}.
  4. For querying: {"jsonrpc":"2.0","id":3,"method":"query","params":{"db": ".ragsharp/graph/index.db","type":"symbols","symbol":"Greeter","edgeKind":null,"limit":50}}.
  5. 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 result or error.
  • Indexing returns counts of nodes/edges and writes .ragsharp/graph/index.db and state.json.
  • Query returns nodes and edges matching 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

レビュー

💬

レビュー機能は近日公開予定です