Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 2856,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 634599,
"C++": 1394,
"Just": 650,
"Rust": 3696,
"Python": 11325,
"Makefile": 2998,
"TypeScript": 4084
},
"pushed_at": "2026-07-22T16:50:32Z",
"created_at": "2026-04-02T15:35:03Z",
"owner_type": "User",
"updated_at": "2026-07-22T16:51:57Z",
"description": "mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "Atituiset",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34957511?v=4",
"created_at": "2017-12-30T08:33:03Z",
"is_verified": null,
"public_repos": 49,
"account_age_days": 3129
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-22T02:34:02Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-21T12:58:50Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-21T07:03:46Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T06:36:51Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-29T03:05:06Z"
}
],
"recent_commits": [
{
"oid": "f812a8b9d57a7a21fdb5fda41e99510a5b498d58",
"body": "Add ast-grep CLI wrapper with tree-sitter fallback:\n- internal/tools/astgrep.go: ripgrep-style CLI wrapper, JSON output parsing,\n 12-language extension mapping, IncludeMap file-scoping support\n- router: searchAST/searchLayerUnified/searchAll all try ast-grep first;\n CSP queries (starting with '(')\n[…]\nds L2 beyond C/C++ to Go, Python, Rust, JS/TS, Java, etc.\nZero-dependency: when ast-grep (sg) not in PATH, tree-sitter fallback is\nseamless. IncludeMap neighborhood scoping works identically for both.",
"is_bot": false,
"headline": "feat: integrate ast-grep as primary L2 AST search engine",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T16:50:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5819735aa324dedaba4ebfb8c95fb0eedc387e2",
"body": null,
"is_bot": false,
"headline": "docs: CPU analysis + clangd -j worker thread control",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T04:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df43e73defb2fe0fc17c5f220b23327ab9622fa",
"body": null,
"is_bot": false,
"headline": "docs: portable LSP concurrency guide (Go/Rust/Python/TS)",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T03:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c9e254c37cc62bec4f7d82e70b876adfc693ef4",
"body": "Uses u-boot (6231 TU, 261MB) as baseline to extrapolate:\n- Conservative 14000+ TU: ~1.5GB (5% of 32GB)\n- Heavy C++ templates: ~5GB (16% of 32GB)\n- daemon mode keeps memory decoupled from client count",
"is_bot": false,
"headline": "docs: add memory analysis for 14000+ TU production environments",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T03:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8b922d2387e216014ec3f7e85bdb3a51d97644",
"body": null,
"is_bot": false,
"headline": "docs: add LSP_MAX_CONCURRENT_REQUESTS to env var list",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T03:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed481b3f97817eecc4c7ef63090969bf8c6aaec",
"body": "Verified on u-boot (176万行C) with real clangd instances:\n- clangd 18: sem=3 40.5ms, sem=1 89.1ms\n- clangd 21: sem=3 11.9ms, sem=1 29.4ms\n- Both versions: 0 errors, 0 empty results\n- clangd 21 safe for concurrent queries with default sem=3",
"is_bot": false,
"headline": "docs: add clangd 18 vs 21 concurrency test results",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T03:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b18d282de81392d1cef23b5a2fc7edfe277624",
"body": "Verified on real clangd against u-boot (176万行C):\n- TestConcurrentSymbolQueries: 10并发查询, sem=3 40ms, sem=1 89ms\n- TestConcurrentMixedOperations: 查询+didOpen交错, 15/15成功\n- TestSemaphoreEnforcement: 信号量串行化验证通过",
"is_bot": false,
"headline": "test(lsp): add concurrency stress tests against clangd+u-boot",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T02:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215d353c74177ebb54454ce79465ede7f3ec85c8",
"body": "Problem: In daemon+proxy mode, multiple proxy clients share a single clangd\ninstance. Concurrent state-mutation notifications (didOpen/didChange) can\ninterleave with queries (workspace/symbol, references), causing clangd to\nreturn incomplete results, report errors, or crash.\n\nSolution: Add a sync.RW\n[…]\nncurrent queries during the mutation\n\nAdd an optional concurrency cap (sem) controlled by the\nLSP_MAX_CONCURRENT_REQUESTS environment variable (default: 3).\n\nDesign doc: docs/lsp-concurrency-design.md",
"is_bot": false,
"headline": "feat(lsp): add concurrent request safety with RWMutex and semaphore",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-22T02:01:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb47a97f634b652dd452762cb4ee39a37ed53a46",
"body": null,
"is_bot": false,
"headline": "chore: bump version to v0.4.0",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-21T12:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5004c742954c83e74ac209dba4776419bbb1625",
"body": "N MCP client processes previously spawned N mcp-language-server\nprocesses, hence N LSP servers (clangd = GB-class each on large\nrepos) -> OOM.\n\n- daemon subcommand: per-workspace long-lived server owning the single\n LSP/watcher/cache, serving streamable HTTP on a loopback address\n (rejects non-loo\n[…]\ns share one\n gopls, identical mirrored surfaces and results, idle reaping, and\n automatic daemon respawn\n- docs: deployment modes in README/CLAUDE/architecture guide;\n design doc marked implemented",
"is_bot": false,
"headline": "feat: daemon+proxy mode shares one LSP across multi-process clients",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-21T12:57:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a8ccdb47bd2287dea985721b679c9cf45a6a9b9",
"body": "…ients\n\nProduction issue: N MCP client processes spawn N mcp-language-server\nprocesses, hence N LSP servers (clangd = GB-class each on large\nrepos) -> OOM. Design: a per-workspace daemon owning the single LSP\ninstance plus thin stdio<->HTTP proxies, with session-file discovery,\nflock-guarded auto-spawn, and idle-timeout reaping. Pending review.",
"is_bot": false,
"headline": "docs: daemon+proxy design for sharing one LSP across multi-process cl…",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-21T12:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78fe1196922c6574a055c41da651220c0f3ba153",
"body": "- lsp: serialize stdin writes (writeMu) to prevent JSON-RPC stream\n corruption from concurrent writers; markDead + failPendingRequests so\n a dead server fails fast instead of hanging callers\n- lsp: real incremental document sync (prefix/suffix diff, UTF-16\n positions, rune-boundary backoff) repla\n[…]\nove\n codelens (ExecuteCodeLens could mutate the repo)\n- docs: add design deep-dive (docs/design-deep-dive.md), sync tool\n surface / env vars / cache descriptions across docs\n- bump version to v0.3.0",
"is_bot": false,
"headline": "feat: read-only inspection surface plus LSP concurrency and cache fixes",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-21T07:03:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c8b8e234e51ec72d1a830832f1df65042e16197",
"body": null,
"is_bot": false,
"headline": "chore: bump version to v0.2.0",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T06:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b56fc71fcdc47d69d77436ce8a7b79ffd407de",
"body": "Full refresh against be40c6f: 9+8 tool surface with MCP_LS_DEBUG_TOOLS,\nrouter routing matrix (explicit/auto+intent/auto), atom IR pipeline\n(merge/fold/dedup/4-phase budget), three engine layers with structured\nproducers, include-map, per-file cache invalidation, watcher, MCP App\nUI resources, end-to-end search dataflow, extensibility points, and the\nremaining backlog (snapshot drift decision, USR, P3 testbeds). Replaces\nthe stale 2300-line pre-convergence version.",
"is_bot": false,
"headline": "docs: rewrite architecture guide for the CodeAtom IR era",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T06:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be40c6f619f2c3a61bab03c3a33477b809f882b5",
"body": "- B10: cache entries now carry a file dependency set (unified results\n collect it from contributing atoms, incl. budget-dropped ones);\n watcher OnFileChange passes the changed file URI and\n Router.InvalidateFile drops only dependent entries (entries without\n dependency info are cleared conservat\n[…]\noccur between heterogeneous sources)\n- benchmark: re-measured srsRAN callers on a genuinely hot function\n (byte_buffer::append, 1415 refs): depth=3 -> 1329 callers / 16.6KB,\n exercising the 16KB cap",
"is_bot": false,
"headline": "feat: per-file cache invalidation and overlap priority resolution",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T06:17:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a9c3264b2e220e9cf1aaed371dbdc9bdbcf6cab",
"body": "- MergePhysical: a foldable container (FUNCTION/STRUCT) no longer\n swallows contained atoms — both survive and the container's MaxLevel\n drops to L1 skeleton (docs/code-atom-ir.md §3.3); CropBudget honors\n MaxLevel when trying payload levels\n- symbol atoms: top-5 fetch their definition via GetFullDefinition as L0\n payload (latency guard); verified on u-boot: intent=definition for\n device_probe renders 5 full implementations + 1 signature within the\n 8KB budget",
"is_bot": false,
"headline": "feat: parent-child folding and L0 definition payloads for symbol atoms",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T02:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced2eaa0f233ab658362f161207ad9c7508bd998",
"body": "- rg hits expand to ±2 lines (docs/code-atom-ir.md §1) via a per-file\n line-offset-caching snippetExpander; adjacent windows merge through\n the physical sweep (u-boot TODO atoms 1683 -> 1459), Signature stays\n single-line for L1 degradation\n- QueryDirectory: worker pool (one parser + one compiled\n[…]\n path keeps treating non-CSP queries as no AST\n contribution while explicit strategy=ast surfaces the error\n- tests: snippet expansion + clamping, parallel directory scan,\n invalid-pattern fail-fast",
"is_bot": false,
"headline": "feat: snippet context expansion and parallel AST directory scan",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T02:47:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28790873867e6fbe6b9abaed37d0285ecc5f7b47",
"body": "- default 9 tools vs MCP_LS_DEBUG_TOOLS debug tools, with per-section tags\n- search: new ripgrep passthrough params, filePath anchoring, unified output\n- callers/callees depth max 3; diagnostics contextLines type fix (was boolean)\n- routing rules: Chinese intent keywords, unified layers, cache/warmup/fallback notes",
"is_bot": false,
"headline": "docs: sync MCP_TOOLS_ZH with the 9-tool surface and mark P1-2/P1-3 done",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T02:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7b8d2aa5341111b35331ba12817e87707453c1",
"body": "auto+intent previously returned raw single-layer output (50-line/4KB\ntruncation only), giving the same search entry two different output\nsemantics (backlog P1-2). Intent-routed layers now go through the same\nnormalize/merge/dedup/budget pipeline as searchAll, labeled\nunified-text|unified-ast|unified\n[…]\nmbol; explicit strategy= calls keep\nthe raw single-layer format as the escape hatch. Verified on u-boot:\nintent=todo -> unified-text with atom stats; intent=定义 -> unified-symbol\nwith fallback warning.",
"is_bot": false,
"headline": "feat: route auto+intent searches through the unified atom pipeline",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T02:35:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17e608708a1d8bec61777fa9e81486849bdc82d8",
"body": "The text layer ignored filePath entirely (backlog P1-1). Now an anchor\nfilePath scopes rg to the file's include neighborhood when the map\ndiscriminates, or to the file itself otherwise; the unified pipeline's\ntext producer follows the same rule, and the search tool's filePath\ndescription documents the anchoring semantics. u-boot: text search\nanchored on drivers/core/device.c narrows from 3229 workspace hits to\n81 hits in the include neighborhood.",
"is_bot": false,
"headline": "feat: honor filePath anchor in text layer via include map",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-18T00:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e4d851f4d703c8193c202e78b70d7117a46d7f",
"body": "Parse compile_commands.json into an IncludeMap (TU -> include dirs,\ndir -> TUs; dirs used by every TU are treated as non-discriminating).\nWhen the clangd symbol layer falls back to text search and the query is\nanchored on a filePath, the ripgrep fallback is scoped to that file's\ninclude neighborhood\n[…]\n symbol fallback reports 'scoped to 400\nfiles via include map'; anchored AST query reports 'expanded to 20\nfiles'. Unit tests cover the map, the no-discrimination rule, and the\nscoped router fallback.",
"is_bot": false,
"headline": "feat: include-map scoped fallback search from compile_commands.json",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T13:19:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6dc9308678ad1719629762be7f2a9772f18bd240",
"body": "Collects deferred and newly discovered optimization points from the\ntool-surface, benchmark, and CodeAtom IR phase-1 work: P1 correctness\n(text filePath scoping, intent-path normalization, MCP_TOOLS_ZH sync,\nsnapshot env drift), P2 enhancements (IR phase 2: folding, USR, LCA\nmerge, L0 symbol payload\n[…]\nntext expansion, per-file cache\ninvalidation, AST dir-scan perf, callers probe fix), P3 testbed\nexpansion (real-board defconfigs, OAI, linux). Done items listed for\nreference. Linked from handoff doc.",
"is_bot": false,
"headline": "docs: archive optimization backlog (15 items, P1/P2/P3)",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T13:04:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "282e7b91f2b6b72d38c1f43410bbfcc27c4627ef",
"body": "…r.md)\n\nsearchAll now normalizes heterogeneous results (rg/tree-sitter/clangd)\ninto CodeAtoms and runs the doc's funnel instead of raw concatenation:\n\n- atom package: CodeAtom IR, sweep-line physical merge, SemanticID\n dedup, four-phase budget degradation (L0->L1->L2->drop) with honest\n rendered-o\n[…]\n helper\n\nMeasured on u-boot (1.76M LOC): 5569 raw hits -> 1683 atoms after\nmerge+dedup -> 7,892B output under an 8KB budget (was: 3-layer\nconcatenation). Deviations documented in docs/code-atom-ir.md.",
"is_bot": false,
"headline": "feat: CodeAtom IR phase 1 — unified search pipeline (docs/code-atom-i…",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T13:00:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d274fb12531b31089c3dd69368aa25594daeb59",
"body": "- main.go warmUpLSP(): after LSP init, open the first TU from\n compile_commands.json so clangd starts background indexing on its own\n (verified: symbol layer ready in 6.8s with no client nudge; previously\n it stayed in ripgrep fallback indefinitely)\n- call_hierarchy: truncate formatted callers/ca\n[…]\n6,485B);\n structured data for UI stays complete\n- add call_hierarchy_test.go covering truncation and small-result passthrough\n- update benchmark doc: both findings marked fixed with verification data",
"is_bot": false,
"headline": "feat: auto-warmup LSP indexing and cap call hierarchy output",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T12:29:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36abd0e2208cd9d2f7b8814c899979b86c36a4c8",
"body": null,
"is_bot": false,
"headline": "docs: track code-atom-ir background design doc",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T12:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35b3431812e8a75effd97c312f9841c2783f32ae",
"body": "- u-boot v2026.07 (1.76M LOC, 1246 TUs) and srsRAN release_25_10\n (1.0M LOC, 1116 TUs) onboarded under ~/Projects/testbeds\n- verified: 17->9 tool convergence, search truncation (22KB->4KB),\n intent cache-key fix (crosstalk reproduced on cc756da, gone after),\n symbol fallback labeling\n- found & fi\n[…]\nb4d886f)\n- found: clangd only starts background indexing after first didOpen;\n cold full index 31s (u-boot) / 235s (srsRAN) after warmup\n- backfill measured LOC into handoff doc; note srsRAN archival",
"is_bot": false,
"headline": "docs: add C/C++ testbed baseline benchmark (u-boot + srsRAN)",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T09:14:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4d886fa1037952c2874e451be47398422b07b5e",
"body": "parseRipgrepOutput read path/lines/line_number at the top level, but\nripgrep --json nests them under 'data', so every text-search result\ndegenerated into bogus '0: ' lines. Found via u-boot benchmark: text\nlayer returned thousands of empty results. Add unit tests covering the\nreal schema.",
"is_bot": false,
"headline": "fix: parse ripgrep JSON 'data' envelope correctly",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T09:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c217018f443c90f003ad5fd0e5352a96880220f",
"body": "…urable\n\n- B8: search tool accepts maxCount/contextLines/caseSensitive/wholeWord,\n forwarded through SearchOptions to the ripgrep layer (was hardcoded)\n- B9: search cache TTL configurable via MCP_LS_CACHE_TTL (seconds);\n NewRouterWithClient takes an optional TTL\n- B10 deferred: per-file cache invalidation needs result->file dependency\n tracking; documented as backlog in docs/tools-opt.md",
"is_bot": false,
"headline": "feat: passthrough ripgrep options in search and make cache TTL config…",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T08:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9cf03b30ff7923b3e8a0d2a2232c0d9da483a63",
"body": "- B1: include intent in SearchCacheKey to stop cross-intent cache pollution\n- B2: truncate search output (50 lines/4KB per layer, 12KB total) with narrowing hints\n- B3: mark LSP symbol-search fallback as symbol-fallback-text with WARNING header\n- B4: register 8 overlapping tools only when MCP_LS_DEB\n[…]\nRewrite docs/tools-opt.md from scratch: corrects the old doc's wrong\npremise (14 tools, no unified entry), documents the real 17-tool surface\nand router architecture, and lays out P0/P1/P2 follow-ups.",
"is_bot": false,
"headline": "feat: converge MCP tool surface (17->9+debug) and harden search router",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-07-17T08:17:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc756dacaa6e56b16a26f507f7810a111cb80737",
"body": null,
"is_bot": false,
"headline": "docs: update architecture doc to reflect 10 limitation fixes",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-05-29T03:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe848d239ee853b25319d02edbe822e8238fef2",
"body": "P0-1: Replace diagnostics 3s sleep with event-driven WaitForDiagnostics\nP0-2: Router uses real LSP workspace/symbol instead of ripgrep fallback\nP0-3: Replace WaitForServerReady 1s sleep with polling loop (30×500ms)\nP1-1: Deduplicate searchAll() goroutine blocks via loop\nP1-2: SHA256 cache keys with \n[…]\n: routeByIntent: move definition/declare from ast to symbol keywords\nP2-1: Incremental sync kind detection (stub for diff computation)\nP2-2: Diagnostics propagates LSP errors instead of silent logging",
"is_bot": false,
"headline": "fix: resolve 10 known limitations (P0→P1→P2)",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-05-28T20:59:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2bc52c4c86970976da83c2ad7fc52ccd3185756",
"body": "- Data/format split pattern for diagnostics, callers, callees\n- Add symbol_resolver.go: ResolveSymbolLocation with conservative matching\n- Add ui_resources.go: MCP App UI resources (call hierarchy graph, diagnostics dashboard)\n- Add search result cache layer (cache/cache.go)\n- Add component-based lo\n[…]\nCP_TOOLS_ZH.md with new tools and parameters\n- Add docs/architecture-and-guide.md: 2300-line comprehensive architecture and usage guide\n- Add docs/mcp-apps-analysis.md: MCP Apps specification analysis",
"is_bot": false,
"headline": "feat: GPT5.5 refactor + comprehensive architecture documentation",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-05-28T11:21:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eee0ddff5799cc478e0f0dbc8951cbe0589b31b5",
"body": "添加 MCP Language Server 工具文档,包含:\n- 17 个工具的完整参数说明\n- JSON-RPC 协议格式和请求示例\n- 三层搜索架构说明\n- 所有工具的实际测试结果\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Add MCP tools documentation with JSON-RPC usage guide",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-14T13:03:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "befda2dd896fe85647305ba1d49b206fd6991d9f",
"body": "Add detailed architecture documentation:\n- System architecture diagram\n- Component interaction and data flow\n- Startup, tool execution, search, file watch, shutdown flows\n- Cache mechanism details\n- File watcher exclusion rules\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Comprehensive architecture documentation",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:57:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "82c9c11250d863762d8419e491a8e8ffb460de4d",
"body": "Clarify that this tool extracts code context (definitions, references,\ncall hierarchy, AST) for LLM-based security analysis, rather than\nperforming analysis directly.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Update project description as context extractor for LLM",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:54:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "132641b63d6dff566af828536a7c967658876986",
"body": "Add caching for search results to improve performance:\n- Thread-safe in-memory cache\n- Default 5 minute TTL\n- Cache key based on query/strategy/filePath/language\n- ClearCache() and CacheSize() methods\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add search result cache layer",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:53:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6f94dd4d324fae9cfa387baec0ab33dd8b756b13",
"body": "Add comprehensive documentation for:\n- Three-layer search architecture (L1 ripgrep, L2 tree-sitter, L3 LSP)\n- Unified search router with auto-routing\n- New tools: callers, callees, find_struct_usage, search, etc.\n- Tree-sitter CSP query examples\n- Tool categorization by layer\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Update CLAUDE.md with layered search architecture",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:44:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ae58fa83e9de41b4c7bd33a14315051d92ea55cb",
"body": "Add comprehensive Chinese documentation to:\n- call_hierarchy.go: callers/callees tools\n- find_struct_usage.go: struct analysis tools\n- router/router.go: unified search router\n- treesitter.go: tree-sitter wrapper\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Add Chinese comments to new modules",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:43:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "275344f2cde16674eb587e11b8fb5383a07df68f",
"body": "Add tree-sitter based C/C++ struct analysis tools:\n- find_struct_usage: Find all usages of a struct type\n- find_struct_definition: Find the definition of a struct\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add find_struct_usage and find_struct_definition tools",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:41:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6bb1f2ed71515c02b8715f4d89808ae3767a4b5c",
"body": "Support traversing call hierarchy up to specified depth:\n- callers(filePath, line, column, depth=3) for upstream callers\n- callees(filePath, line, column, depth=3) for downstream callees\n- Results grouped by depth level\n- Cycle detection to avoid infinite loops\n- Max depth limited to 10\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add depth parameter to callers and callees tools",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:39:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f55cb812e1cf652908d978da1e43f8fc961cfacc",
"body": "Add call hierarchy analysis tools:\n- callers: Find functions that call the specified function\n- callees: Find functions called by the specified function\n\nUses LSP callHierarchy/incomingCalls and callHierarchy/outgoingCalls.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add callers and callees tools using LSP callHierarchy",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:36:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2cae09ebd491a001f7372dd83576312cd13eb4f4",
"body": "Add routing layer to support both model-driven and explicit search:\n\nTools:\n- search: Unified entry point with auto-routing (recommended)\n- search_text: Force L1 ripgrep\n- search_ast: Force L2 tree-sitter\n- search_symbol: Force L3 LSP\n\nAuto-routing by intent hint:\n- \"todo\"/\"comment\"/\"string\" → text (L1)\n- \"function\"/\"struct\"/\"class\" → ast (L2)\n- \"definition\"/\"reference\"/\"type\" → symbol (L3)\n- No hint → parallel search all layers\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add unified search router with layer selection",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:33:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7dd2aaa3b6a5dff3d4e8e35787fd04fdb24828db",
"body": "Add L2 layer to the tool hierarchy:\n- L1: ripgrep (fast text/regex search)\n- L2: tree-sitter (AST queries, CSP pattern matching) [NEW]\n- L3: LSP like clangd/gopls (semantic understanding)\n\nNew MCP tools:\n- treesitter_query: Query AST using CSP patterns\n- treesitter_ast: Explore file AST structure\n\nSupports C and C++ parsing via go-tree-sitter.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add tree-sitter layer for AST-based C/C++ analysis",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:27:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1013998450b1b8e11ade2f5d7953dcc04160c71e",
"body": "Add a new MCP tool that uses ripgrep for fast, language-agnostic\ntext search. This is faster than LSP-based search for simple\npattern matching.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add ripgrep search tool",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T16:09:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "92b9cdfc742af1f4674f23334b594ecc266a9fa2",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add CLAUDE.md",
"author_name": "Atituiset",
"author_login": "Atituiset",
"committed_at": "2026-04-02T15:57:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4395849a52e18555361abab60a060802c06bf50",
"body": "Bumps [golang.org/x/text](https://github.com/golang/text) from 0.24.0 to 0.25.0.\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/text\n dependency-version: 0.25\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/text from 0.24.0 to 0.25.0 (#40)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-03T18:29:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46e2950b7969334780675e7797e13f140d2d42ac",
"body": null,
"is_bot": false,
"headline": "support string or null Message.ID (#31)",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-05-16T17:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f895b51a45667f8bfbb5f5dd9844caaa7d9e2de",
"body": null,
"is_bot": false,
"headline": "feat: Add clangd integration tests and documentation (#29)",
"author_name": "Hamish Nicholson",
"author_login": "Shamazo",
"committed_at": "2025-05-09T13:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1677c8adbede2374a1e8929b94ee2e0aa8b51fa3",
"body": "* Allow custom struct fields for LSP types\n* Open file in definition tool",
"is_bot": false,
"headline": "fix/modify types for clangd (#28)",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-05-08T17:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0ec05b66a2bbc5770baf62e86e571fe4d5ceee",
"body": "* move snapshots\n\n* update readme\n\n* update formatting in readme\n\n* fmt\n\n* fmt\n\n* update readme\n\n* Fix type for apply_text_edit\n\n* gitignore\n\n* gitignore\n\n* rename tools and remove codelens\n\n* remove showLineNumbers\n\n* fix typescript-language-server\n\n* fix tests\n\n* update readme\n\n* add demo\n\n* update readme\n\n* readme\n\n* update workflow\n\n* update snap\n\n* update ts hover test\n\n* fix typescript test",
"is_bot": false,
"headline": "cleanup/0.1.0 (#26)",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-05-02T23:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cafa51b653f2e094b1231f1eb4bf7787ff74302",
"body": "Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.21.1 to 0.25.0.\n- [Release notes](https://github.com/mark3labs/mcp-go/releases)\n- [Commits](https://github.com/mark3labs/mcp-go/compare/v0.21.1...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/mark3lab\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/mark3labs/mcp-go from 0.21.1 to 0.25.0 (#25)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-02T03:01:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18d43dbf248eb1bd34c947d0bc38b8e7c711677c",
"body": "* update formatting\n\n* Update text edit tool\n\n* text edit formatting\n\n* sort output of rename\n\n* fmt",
"is_bot": false,
"headline": "feat/more formatting (#24)",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-05-02T02:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bc0d676e8703d6faf00060b1e50e79333abfdb4",
"body": "Co-authored-by: Orsen Kucher <orsen.kucher@gmail.com>",
"is_bot": false,
"headline": "Formatting improvements (#22)",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-04-24T18:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8e19b537584bea12a23176115cfd350ac4c0e3",
"body": null,
"is_bot": false,
"headline": "update formatting for references",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-04-24T07:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "652864d8ed9595f62834e75424d8e459886eccd7",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-04-24T06:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "437863770bdd45f7c409237ca16aae7564e4f5df",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-04-24T05:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7cbf0a693cb3ab4efe2df121e6e29966058294",
"body": null,
"is_bot": false,
"headline": "remove unused replace directive",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-04-24T05:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb57962768417d4c01712579e09806268c38ec02",
"body": null,
"is_bot": false,
"headline": "documentation fix for typescript-language-server",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-04-24T05:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6e84119ea22f6952b1134334bf82a42f14f2ba",
"body": "* rename symbol\n\n* fmt\n\n* lint\n\n* flaky test\n\n* remove delay\n\n* revert\n\n* sleep on hover\n\n* increase timeout",
"is_bot": false,
"headline": "rename symbol (#19)",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-04-20T07:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d34205c0b63a126e5419f1e33ec8394946c5d26c",
"body": "* Hover tool\n\n* test edit\n\n* fix\n\n* edit\n\n* update snaps\n\n* log version\n\n* change rust-analyzer install\n\n* update snaps",
"is_bot": false,
"headline": "Hover tool (#18)",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-04-20T05:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455e7add3614bf083073414fbdedec736a5af632",
"body": null,
"is_bot": false,
"headline": "Integration tests for python, typescript, and rust (#16)",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-04-19T08:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609efda82ce644a28c0b128b563d7c878b65822c",
"body": null,
"is_bot": false,
"headline": "Switch to mcp-go (#15)",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-04-18T21:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d33ddba3ec4c6e87010e322ec376eb1588b5fd7",
"body": "Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.8.0 to 1.9.0.\n- [Release notes](https://github.com/fsnotify/fsnotify/releases)\n- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.8.0.\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#13)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-18T21:04:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ccaee5d1316871ea6887d46bee2a66d922ee902",
"body": "Bumps [golang.org/x/text](https://github.com/golang/text) from 0.22.0 to 0.24.0.\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.22.0...v0.24.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/text\n dependency-version: 0.24\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/text from 0.22.0 to 0.24.0 (#14)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-18T21:04:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "313e23ff2b7a1a4b9aec0f04d4942440d8966921",
"body": null,
"is_bot": false,
"headline": "Add integration test suite",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-04-18T21:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56cda506a75a2e6c797efb8149504d5f2e9c0faa",
"body": null,
"is_bot": false,
"headline": "update file watcher to keep files open",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-03-21T02:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055ce1b9414623171bff08dfecbf8bf1bee71b5e",
"body": "…er capabilities",
"is_bot": false,
"headline": "changeg filewatcher to send didChangeWatchedFiles and properly regist…",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-03-19T07:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254f3c4968e7e56027a754186f44430d64d56675",
"body": null,
"is_bot": false,
"headline": "Remove binary and add justfile",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-03-18T01:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b913c5b6ca74aa573e11f0a6153840ea88da22",
"body": null,
"is_bot": false,
"headline": "Add custom initialization for ts lang server. All files must be open",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-03-17T03:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc965eb65a0baa2dd8dc502ef473e604fbdae68b",
"body": null,
"is_bot": false,
"headline": "Use fork of mcp_golang to fix cline error",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-03-14T12:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "070cd0e1b933ceb3b07d3648a249ade1c3ea10e0",
"body": null,
"is_bot": false,
"headline": "add more debug statements",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-03-14T10:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fd90fead9bf973df3bea593b55038c343e654cc",
"body": "It won't work calling the main pyright binary, as the language server is implemented in a separate one.",
"is_bot": false,
"headline": "Link to correct pyright binary (#2)",
"author_name": "Tino de Bruijn",
"author_login": "tino",
"committed_at": "2025-03-12T02:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4945a4376e11a678d7ea3e875cf2705d22ce4ea5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-01-23T17:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf9b0792b0de6583588427fed2667091f8fc166",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Phil Isaac",
"author_login": "isaacphi",
"committed_at": "2025-01-23T16:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b843061d3c4cc038961ca9f6b46695d9d35eefd8",
"body": null,
"is_bot": false,
"headline": "Add execute_codelens",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-22T15:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6ee1acef8667fb3b5ac5babda5b9d778d5bfbc",
"body": null,
"is_bot": false,
"headline": "update readme with tools",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T23:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef2c97fccf826c8efc7cde069b7a3576c8be3eb2",
"body": null,
"is_bot": false,
"headline": "add codelens",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T23:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14116607bdd910d739c9d75293bc6f460172340d",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T21:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef35444617a5e9ca46e18d89f6276c44d563d87",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T21:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dbd4bb4173af0f404a7b77cbaf180b0e4088cda",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T21:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4993c1cbbd7fda29205f4fc69559ceb650575d35",
"body": null,
"is_bot": false,
"headline": "move to main",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T21:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91baacedfcdb4905e46647452d86494d73c4bb7a",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T20:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a923672235535344a32da60340910d2dd163f22",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T20:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7476b9b6ed8fbe52a6589e8998e40da98bb81d4",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T20:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6914b0c8dda46a91d0102db03d8e6f256f8d3211",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T20:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a0d969472cd5a4b4373a5b7404ae98c662863b",
"body": null,
"is_bot": false,
"headline": "first readme",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T20:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "068b3833a9ad7aaf9a404c362ec04646092357d6",
"body": null,
"is_bot": false,
"headline": "fix file",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T18:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f664fe1fed073c7e69b2f080156eace7af67fb5f",
"body": null,
"is_bot": false,
"headline": "open and close files properly, make formatting consistent",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T18:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83b99ef2f2cfd262c7f543d8c02c1164c6170d93",
"body": null,
"is_bot": false,
"headline": "increase debounce timeout",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T17:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1acf0a03b492b406ed75ef69d327fca6a5cfe59",
"body": null,
"is_bot": false,
"headline": "clean up and move watcher to internal",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T16:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d114b30f02ca09e6817593dee007ced3a47dfbb",
"body": null,
"is_bot": false,
"headline": "slop file watcher",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-21T05:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda120db7e53255b00b4c4c49e9cf59ba14dee3b",
"body": null,
"is_bot": false,
"headline": "fix args",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-20T20:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919b25af00b1919b5d269b21d0a1fcad65e47f60",
"body": null,
"is_bot": false,
"headline": "Add diagnostics tool",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-20T20:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "539c376df96344d6b56aab4b34ea6a394757b028",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-20T19:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc38a695255ca24229abd8ea78b960b392aa077",
"body": null,
"is_bot": false,
"headline": "move args to registration function and standardize formatting",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-20T19:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cd509679e6f8091b70af54b0fb8901450e96e4",
"body": null,
"is_bot": false,
"headline": "clean up",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-20T18:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c867a7c8683433ae99a51c85fbafd9cdacddba",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-11T07:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4a603bd1c6343ef2b80c0ba9419f2a63900df2",
"body": null,
"is_bot": false,
"headline": "add find references",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-11T07:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c5b6eba10214d4810a5b5eb2dde9a6082425e3",
"body": null,
"is_bot": false,
"headline": "improve descriptions",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-10T21:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba083c22b6e445f0bd3a4371ef2b14edc9d420fb",
"body": null,
"is_bot": false,
"headline": "fix end of file newline behavior",
"author_name": "Phil",
"author_login": "isaacphi",
"committed_at": "2025-01-10T20:40:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 45,
"latest_release_at": "2026-07-22T02:34:02Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": true,
"days_since_last_push": 3,
"active_weeks_last_year": 5,
"days_since_latest_release": 4,
"mean_days_between_releases": 13.5
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/isaacphi/mcp-language-server",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/isaacphi/mcp-language-server",
"is_deprecated": false,
"latest_version": "v0.1.1",
"repository_url": "https://github.com/isaacphi/mcp-language-server",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-05-16T17:36:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 435
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"integrationtests/workspaces/clangd/Makefile",
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"integrationtests/workspaces/typescript/tsconfig.json"
],
"toolchain_manifests": [
"go.mod",
"integrationtests/workspaces/go/go.mod",
"integrationtests/workspaces/rust/Cargo.toml"
],
"largest_source_bytes": 277950,
"source_files_sampled": 138,
"oversized_source_files": 2,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 19724
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/davecgh/go-spew",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/fsnotify/fsnotify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.0"
},
{
"name": "github.com/mark3labs/mcp-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.1"
},
{
"name": "github.com/sabhiram/go-gitignore",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210923224102-525f6e181f06"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "isaacphi",
"commits": 98,
"avatar_url": "https://avatars.githubusercontent.com/u/3385849?v=4"
},
{
"type": "User",
"login": "Atituiset",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/34957511?v=4"
},
{
"type": "User",
"login": "Shamazo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5744542?v=4"
},
{
"type": "User",
"login": "tino",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/99524?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.676
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f812a8b9d57a7a21fdb5fda41e99510a5b498d58",
"ran_at": "2026-07-26T03:08:11Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T16:50:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Atituiset/mcp-language-server",
"host": "github.com",
"name": "mcp-language-server",
"owner": "Atituiset"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 46,
"vitality": 74,
"community": 12,
"governance": 24,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 0.96,
"days_since_last_push": 3,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.5.0",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 13.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~13.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 13.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 24,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.676
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 68% of commits",
"points": 7.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 68
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "Atituiset",
"public_repos": 49,
"account_age_days": 3129
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of Atituiset",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "Atituiset"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "49 public repos, account ~8 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 49
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 81,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.583,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 19724
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "56 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"integrationtests/workspaces/clangd/Makefile",
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"integrationtests/workspaces/typescript/tsconfig.json"
],
"agent_commit_share": 0.13,
"toolchain_manifests": [
"go.mod",
"integrationtests/workspaces/go/go.mod",
"integrationtests/workspaces/rust/Cargo.toml"
],
"dependency_bot_commit_share": 0.04
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "integrationtests/workspaces/clangd/Makefile, justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "integrationtests/workspaces/clangd/Makefile, justfile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "integrationtests/workspaces/typescript/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "integrationtests/workspaces/typescript/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "13 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 13,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 277950,
"source_files_sampled": 138,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/138 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 138,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"go package 'github.com/isaacphi/mcp-language-server' points at a different repository (https://github.com/isaacphi/mcp-language-server); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T03:08:16.683708Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/Atituiset/mcp-language-server.svg",
"full_name": "Atituiset/mcp-language-server",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}