Skip to content

Commit 1eeab12

Browse files
committed
Clarify MCP runtime status
1 parent 903fb25 commit 1eeab12

14 files changed

Lines changed: 21097 additions & 21093 deletions

.agent-context/contracts/test.contract.json

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

.agent-context/evidence/file-evidence.json

Lines changed: 5957 additions & 5957 deletions
Large diffs are not rendered by default.

.agent-context/graphs/dependencies.json

Lines changed: 251 additions & 251 deletions
Large diffs are not rendered by default.

.agent-context/index/chunks.json

Lines changed: 117 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
{
5757
"path": "README.en.md",
5858
"moduleName": "root",
59-
"tokenEstimate": 2413,
59+
"tokenEstimate": 2496,
6060
"summary": "README.en.md is a docs file written as Markdown."
6161
},
6262
{
6363
"path": "README.md",
6464
"moduleName": "root",
65-
"tokenEstimate": 2414,
65+
"tokenEstimate": 2487,
6666
"summary": "README.md is a docs file written as Markdown."
6767
},
6868
{
@@ -146,7 +146,7 @@
146146
{
147147
"path": "docs/architecture.md",
148148
"moduleName": "docs",
149-
"tokenEstimate": 4511,
149+
"tokenEstimate": 4563,
150150
"summary": "docs/architecture.md is a docs file written as Markdown."
151151
},
152152
{
@@ -437,18 +437,6 @@
437437
"tokenEstimate": 135,
438438
"summary": "src/config/starter-config.ts contains 1 detected symbol, 0 imports, 1 export."
439439
},
440-
{
441-
"path": "src/llm/provider.ts",
442-
"moduleName": "llm",
443-
"tokenEstimate": 479,
444-
"summary": "src/llm/provider.ts contains 9 detected symbols, 1 import, 2 exports."
445-
},
446-
{
447-
"path": "src/mcp/server.ts",
448-
"moduleName": "mcp",
449-
"tokenEstimate": 6055,
450-
"summary": "src/mcp/server.ts contains 81 detected symbols, 18 imports, 4 exports."
451-
},
452440
{
453441
"path": "src/core/cache.ts",
454442
"moduleName": "core",
@@ -551,6 +539,54 @@
551539
"tokenEstimate": 1034,
552540
"summary": "src/core/validator.ts contains 11 detected symbols, 3 imports, 3 exports."
553541
},
542+
{
543+
"path": "src/mcp/server.ts",
544+
"moduleName": "mcp",
545+
"tokenEstimate": 6055,
546+
"summary": "src/mcp/server.ts contains 81 detected symbols, 18 imports, 4 exports."
547+
},
548+
{
549+
"path": "src/llm/provider.ts",
550+
"moduleName": "llm",
551+
"tokenEstimate": 479,
552+
"summary": "src/llm/provider.ts contains 9 detected symbols, 1 import, 2 exports."
553+
},
554+
{
555+
"path": "src/retrievers/external.ts",
556+
"moduleName": "retrievers",
557+
"tokenEstimate": 148,
558+
"summary": "src/retrievers/external.ts contains 1 detected symbol, 1 import, 1 export."
559+
},
560+
{
561+
"path": "src/retrievers/hybrid.ts",
562+
"moduleName": "retrievers",
563+
"tokenEstimate": 295,
564+
"summary": "src/retrievers/hybrid.ts contains 4 detected symbols, 2 imports, 1 export."
565+
},
566+
{
567+
"path": "src/retrievers/index.ts",
568+
"moduleName": "retrievers",
569+
"tokenEstimate": 384,
570+
"summary": "src/retrievers/index.ts contains 2 detected symbols, 7 imports, 6 exports."
571+
},
572+
{
573+
"path": "src/retrievers/ripgrep.ts",
574+
"moduleName": "retrievers",
575+
"tokenEstimate": 775,
576+
"summary": "src/retrievers/ripgrep.ts contains 14 detected symbols, 5 imports, 1 export."
577+
},
578+
{
579+
"path": "src/retrievers/static.ts",
580+
"moduleName": "retrievers",
581+
"tokenEstimate": 829,
582+
"summary": "src/retrievers/static.ts contains 23 detected symbols, 3 imports, 6 exports."
583+
},
584+
{
585+
"path": "src/retrievers/types.ts",
586+
"moduleName": "retrievers",
587+
"tokenEstimate": 152,
588+
"summary": "src/retrievers/types.ts contains 4 detected symbols, 0 imports, 4 exports."
589+
},
554590
{
555591
"path": "src/outputs/agents-md.ts",
556592
"moduleName": "outputs",
@@ -695,42 +731,6 @@
695731
"tokenEstimate": 3552,
696732
"summary": "src/outputs/writer.ts contains 55 detected symbols, 18 imports, 2 exports."
697733
},
698-
{
699-
"path": "src/retrievers/external.ts",
700-
"moduleName": "retrievers",
701-
"tokenEstimate": 148,
702-
"summary": "src/retrievers/external.ts contains 1 detected symbol, 1 import, 1 export."
703-
},
704-
{
705-
"path": "src/retrievers/hybrid.ts",
706-
"moduleName": "retrievers",
707-
"tokenEstimate": 295,
708-
"summary": "src/retrievers/hybrid.ts contains 4 detected symbols, 2 imports, 1 export."
709-
},
710-
{
711-
"path": "src/retrievers/index.ts",
712-
"moduleName": "retrievers",
713-
"tokenEstimate": 384,
714-
"summary": "src/retrievers/index.ts contains 2 detected symbols, 7 imports, 6 exports."
715-
},
716-
{
717-
"path": "src/retrievers/ripgrep.ts",
718-
"moduleName": "retrievers",
719-
"tokenEstimate": 775,
720-
"summary": "src/retrievers/ripgrep.ts contains 14 detected symbols, 5 imports, 1 export."
721-
},
722-
{
723-
"path": "src/retrievers/static.ts",
724-
"moduleName": "retrievers",
725-
"tokenEstimate": 829,
726-
"summary": "src/retrievers/static.ts contains 23 detected symbols, 3 imports, 6 exports."
727-
},
728-
{
729-
"path": "src/retrievers/types.ts",
730-
"moduleName": "retrievers",
731-
"tokenEstimate": 152,
732-
"summary": "src/retrievers/types.ts contains 4 detected symbols, 0 imports, 4 exports."
733-
},
734734
{
735735
"path": "benchmarks/fixtures/fastapi-app/pyproject.toml",
736736
"moduleName": "benchmarks",
@@ -791,6 +791,12 @@
791791
"tokenEstimate": 15,
792792
"summary": "test/fixtures/python-package/pyproject.toml is a test file written as TOML."
793793
},
794+
{
795+
"path": "benchmarks/fixtures/fastapi-app/tests/test_users.py",
796+
"moduleName": "benchmarks",
797+
"tokenEstimate": 37,
798+
"summary": "benchmarks/fixtures/fastapi-app/tests/test_users.py contains 1 detected Python symbol and 1 import."
799+
},
794800
{
795801
"path": "benchmarks/fixtures/fastapi-app/app/admin.py",
796802
"moduleName": "benchmarks",
@@ -821,12 +827,6 @@
821827
"tokenEstimate": 27,
822828
"summary": "benchmarks/fixtures/fastapi-app/app/schemas.py contains 1 detected Python symbol and 1 import."
823829
},
824-
{
825-
"path": "benchmarks/fixtures/fastapi-app/tests/test_users.py",
826-
"moduleName": "benchmarks",
827-
"tokenEstimate": 37,
828-
"summary": "benchmarks/fixtures/fastapi-app/tests/test_users.py contains 1 detected Python symbol and 1 import."
829-
},
830830
{
831831
"path": "benchmarks/fixtures/small-ts-app/src/index.ts",
832832
"moduleName": "benchmarks/fixtures/small-ts-app",
@@ -845,18 +845,6 @@
845845
"tokenEstimate": 88,
846846
"summary": "benchmarks/fixtures/fastapi-app/app/routes/users.py contains 2 detected Python symbols and 3 imports."
847847
},
848-
{
849-
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
850-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
851-
"tokenEstimate": 19,
852-
"summary": "benchmarks/fixtures/monorepo/packages/config/package.json is a config file written as JSON."
853-
},
854-
{
855-
"path": "benchmarks/fixtures/monorepo/packages/config/README.md",
856-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
857-
"tokenEstimate": 197,
858-
"summary": "benchmarks/fixtures/monorepo/packages/config/README.md is a docs file written as Markdown."
859-
},
860848
{
861849
"path": "benchmarks/fixtures/monorepo/packages/api/package.json",
862850
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
@@ -869,6 +857,18 @@
869857
"tokenEstimate": 197,
870858
"summary": "benchmarks/fixtures/monorepo/packages/api/README.md is a docs file written as Markdown."
871859
},
860+
{
861+
"path": "benchmarks/fixtures/monorepo/packages/config/package.json",
862+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
863+
"tokenEstimate": 19,
864+
"summary": "benchmarks/fixtures/monorepo/packages/config/package.json is a config file written as JSON."
865+
},
866+
{
867+
"path": "benchmarks/fixtures/monorepo/packages/config/README.md",
868+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
869+
"tokenEstimate": 197,
870+
"summary": "benchmarks/fixtures/monorepo/packages/config/README.md is a docs file written as Markdown."
871+
},
872872
{
873873
"path": "benchmarks/fixtures/monorepo/packages/shared/package.json",
874874
"moduleName": "benchmarks/fixtures/monorepo/packages/shared",
@@ -887,18 +887,6 @@
887887
"tokenEstimate": 197,
888888
"summary": "benchmarks/fixtures/monorepo/packages/web/README.md is a docs file written as Markdown."
889889
},
890-
{
891-
"path": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
892-
"moduleName": "benchmarks/fixtures/small-ts-app",
893-
"tokenEstimate": 34,
894-
"summary": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts contains 0 detected symbols, 1 import, 0 exports."
895-
},
896-
{
897-
"path": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
898-
"moduleName": "benchmarks/fixtures/small-ts-app",
899-
"tokenEstimate": 83,
900-
"summary": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts contains 0 detected symbols, 1 import, 0 exports."
901-
},
902890
{
903891
"path": "benchmarks/fixtures/small-ts-app/src/api/login.ts",
904892
"moduleName": "benchmarks/fixtures/small-ts-app",
@@ -930,16 +918,16 @@
930918
"summary": "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts contains 2 detected symbols, 0 imports, 2 exports."
931919
},
932920
{
933-
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
934-
"moduleName": "benchmarks/fixtures/react-app",
935-
"tokenEstimate": 39,
936-
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts contains 0 detected symbols, 1 import, 0 exports."
921+
"path": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
922+
"moduleName": "benchmarks/fixtures/small-ts-app",
923+
"tokenEstimate": 34,
924+
"summary": "benchmarks/fixtures/small-ts-app/test/api/login.test.ts contains 0 detected symbols, 1 import, 0 exports."
937925
},
938926
{
939-
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts",
940-
"moduleName": "benchmarks/fixtures/react-app",
941-
"tokenEstimate": 78,
942-
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts contains 3 detected symbols, 0 imports, 2 exports."
927+
"path": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
928+
"moduleName": "benchmarks/fixtures/small-ts-app",
929+
"tokenEstimate": 83,
930+
"summary": "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts contains 0 detected symbols, 1 import, 0 exports."
943931
},
944932
{
945933
"path": "benchmarks/fixtures/react-app/src/billing/audit.ts",
@@ -953,6 +941,18 @@
953941
"tokenEstimate": 57,
954942
"summary": "benchmarks/fixtures/react-app/src/billing/invoice.ts contains 2 detected symbols, 0 imports, 2 exports."
955943
},
944+
{
945+
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
946+
"moduleName": "benchmarks/fixtures/react-app",
947+
"tokenEstimate": 39,
948+
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts contains 0 detected symbols, 1 import, 0 exports."
949+
},
950+
{
951+
"path": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts",
952+
"moduleName": "benchmarks/fixtures/react-app",
953+
"tokenEstimate": 78,
954+
"summary": "benchmarks/fixtures/react-app/src/auth/useAuthState.ts contains 3 detected symbols, 0 imports, 2 exports."
955+
},
956956
{
957957
"path": "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
958958
"moduleName": "benchmarks/fixtures/react-app",
@@ -965,18 +965,18 @@
965965
"tokenEstimate": 64,
966966
"summary": "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx contains 2 detected symbols, 1 import, 1 export."
967967
},
968-
{
969-
"path": "test/fixtures/monorepo/packages/web/package.json",
970-
"moduleName": "test/fixtures/monorepo/packages/web",
971-
"tokenEstimate": 22,
972-
"summary": "test/fixtures/monorepo/packages/web/package.json is a test file written as JSON."
973-
},
974968
{
975969
"path": "test/fixtures/monorepo/packages/api/package.json",
976970
"moduleName": "test/fixtures/monorepo/packages/api",
977971
"tokenEstimate": 32,
978972
"summary": "test/fixtures/monorepo/packages/api/package.json is a test file written as JSON."
979973
},
974+
{
975+
"path": "test/fixtures/monorepo/packages/web/package.json",
976+
"moduleName": "test/fixtures/monorepo/packages/web",
977+
"tokenEstimate": 22,
978+
"summary": "test/fixtures/monorepo/packages/web/package.json is a test file written as JSON."
979+
},
980980
{
981981
"path": "test/fixtures/next-app/src/auth/session.ts",
982982
"moduleName": "test/fixtures/next-app",
@@ -996,16 +996,16 @@
996996
"summary": "test/fixtures/python-package/src/app/service.py contains 1 detected Python symbol and 1 import."
997997
},
998998
{
999-
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
1000-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1001-
"tokenEstimate": 64,
1002-
"summary": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts contains 2 detected symbols, 0 imports, 2 exports."
999+
"path": "benchmarks/fixtures/monorepo/packages/api/src/config.ts",
1000+
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1001+
"tokenEstimate": 27,
1002+
"summary": "benchmarks/fixtures/monorepo/packages/api/src/config.ts contains 1 detected symbol, 1 import, 1 export."
10031003
},
10041004
{
1005-
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
1006-
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1007-
"tokenEstimate": 38,
1008-
"summary": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts contains 0 detected symbols, 1 import, 0 exports."
1005+
"path": "benchmarks/fixtures/monorepo/packages/api/src/server.ts",
1006+
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1007+
"tokenEstimate": 28,
1008+
"summary": "benchmarks/fixtures/monorepo/packages/api/src/server.ts contains 1 detected symbol, 1 import, 1 export."
10091009
},
10101010
{
10111011
"path": "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
@@ -1014,16 +1014,16 @@
10141014
"summary": "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts contains 0 detected symbols, 1 import, 0 exports."
10151015
},
10161016
{
1017-
"path": "benchmarks/fixtures/monorepo/packages/api/src/config.ts",
1018-
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1019-
"tokenEstimate": 27,
1020-
"summary": "benchmarks/fixtures/monorepo/packages/api/src/config.ts contains 1 detected symbol, 1 import, 1 export."
1017+
"path": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts",
1018+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1019+
"tokenEstimate": 64,
1020+
"summary": "benchmarks/fixtures/monorepo/packages/config/src/loader.ts contains 2 detected symbols, 0 imports, 2 exports."
10211021
},
10221022
{
1023-
"path": "benchmarks/fixtures/monorepo/packages/api/src/server.ts",
1024-
"moduleName": "benchmarks/fixtures/monorepo/packages/api",
1025-
"tokenEstimate": 28,
1026-
"summary": "benchmarks/fixtures/monorepo/packages/api/src/server.ts contains 1 detected symbol, 1 import, 1 export."
1023+
"path": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
1024+
"moduleName": "benchmarks/fixtures/monorepo/packages/config",
1025+
"tokenEstimate": 38,
1026+
"summary": "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts contains 0 detected symbols, 1 import, 0 exports."
10271027
},
10281028
{
10291029
"path": "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts",
@@ -1043,12 +1043,6 @@
10431043
"tokenEstimate": 28,
10441044
"summary": "benchmarks/fixtures/monorepo/packages/web/src/config.ts contains 1 detected symbol, 1 import, 1 export."
10451045
},
1046-
{
1047-
"path": "test/fixtures/monorepo/packages/web/src/index.ts",
1048-
"moduleName": "test/fixtures/monorepo/packages/web",
1049-
"tokenEstimate": 26,
1050-
"summary": "test/fixtures/monorepo/packages/web/src/index.ts contains 2 detected symbols, 1 import, 2 exports."
1051-
},
10521046
{
10531047
"path": "test/fixtures/monorepo/packages/api/src/config.ts",
10541048
"moduleName": "test/fixtures/monorepo/packages/api",
@@ -1061,6 +1055,12 @@
10611055
"tokenEstimate": 17,
10621056
"summary": "test/fixtures/monorepo/packages/api/src/index.ts contains 1 detected symbol, 1 import, 1 export."
10631057
},
1058+
{
1059+
"path": "test/fixtures/monorepo/packages/web/src/index.ts",
1060+
"moduleName": "test/fixtures/monorepo/packages/web",
1061+
"tokenEstimate": 26,
1062+
"summary": "test/fixtures/monorepo/packages/web/src/index.ts contains 2 detected symbols, 1 import, 2 exports."
1063+
},
10641064
{
10651065
"path": "test/fixtures/next-app/src/app/api/login/route.ts",
10661066
"moduleName": "test/fixtures/next-app",

0 commit comments

Comments
 (0)