sourcecode 1.35.8__py3-none-any.whl → 1.35.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sourcecode/__init__.py +1 -1
- sourcecode/mcp/registry.py +12 -1
- {sourcecode-1.35.8.dist-info → sourcecode-1.35.9.dist-info}/METADATA +1 -1
- {sourcecode-1.35.8.dist-info → sourcecode-1.35.9.dist-info}/RECORD +7 -7
- {sourcecode-1.35.8.dist-info → sourcecode-1.35.9.dist-info}/WHEEL +0 -0
- {sourcecode-1.35.8.dist-info → sourcecode-1.35.9.dist-info}/entry_points.txt +0 -0
- {sourcecode-1.35.8.dist-info → sourcecode-1.35.9.dist-info}/licenses/LICENSE +0 -0
sourcecode/__init__.py
CHANGED
sourcecode/mcp/registry.py
CHANGED
|
@@ -758,9 +758,17 @@ include_all: return full test_gaps list without truncating to top 20.
|
|
|
758
758
|
Deterministic symbol-level IR summary for Java repositories. Java only.
|
|
759
759
|
|
|
760
760
|
Maps to: sourcecode repo-ir <repo_path> --summary-only
|
|
761
|
-
Returns: reverse_graph
|
|
761
|
+
Returns: reverse_graph, route_surface (top 50 endpoints),
|
|
762
762
|
subsystems (top 15), impact, analysis. Full graph nodes/edges omitted.
|
|
763
763
|
|
|
764
|
+
reverse_graph: dict[class_FQN → {"contained_in": [method_FQNs], ...}]
|
|
765
|
+
Top 10 most-referenced (highest in-degree) classes in the dependency graph.
|
|
766
|
+
Keys are fully-qualified class names. Iterate with:
|
|
767
|
+
for fqn, data in result["reverse_graph"].items(): ...
|
|
768
|
+
route_surface: list of endpoint dicts (method, path, handler, security).
|
|
769
|
+
subsystems: list of detected subsystem cluster dicts.
|
|
770
|
+
analysis: metadata — total_classes, total_edges, analysis_ms.
|
|
771
|
+
|
|
764
772
|
Output is bounded to ~100 KB for LLM safety. For full IR (can exceed 10 MB
|
|
765
773
|
on large repos), use the CLI: sourcecode repo-ir <path> --output ir.json
|
|
766
774
|
Use get_compact_context or get_agent_context for non-Java repos.
|
|
@@ -1234,6 +1242,9 @@ _MCP_HIDDEN_CANONICAL_TOOLS: frozenset[str] = frozenset({
|
|
|
1234
1242
|
"telemetry_status",
|
|
1235
1243
|
"telemetry_enable",
|
|
1236
1244
|
"telemetry_disable",
|
|
1245
|
+
# Human admin actions — not agent actions
|
|
1246
|
+
"activate", # Pro license key activation; human admin only, not an agent operation
|
|
1247
|
+
"config", # returns plain-text config dump (not JSON); version via `version`, telemetry via `telemetry`
|
|
1237
1248
|
})
|
|
1238
1249
|
|
|
1239
1250
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sourcecode/__init__.py,sha256=
|
|
1
|
+
sourcecode/__init__.py,sha256=jYgzp9kVJSRMgtoeZrqppqoxaCZsi_g-Dcvz9yL1UTM,103
|
|
2
2
|
sourcecode/adaptive_scanner.py,sha256=XffluXKzJUXrMtjEiAOnSNPZnztdIcts17T9ouHeID0,10521
|
|
3
3
|
sourcecode/architecture_analyzer.py,sha256=qh749a7ykPtGmQI1MR9y6j8TtL_jBdVYFx9YRsLqOMw,44121
|
|
4
4
|
sourcecode/architecture_summary.py,sha256=z34_6v7cSwy98cof2UVciGho7SCrZ93tiqMmq5WNzRQ,20405
|
|
@@ -76,7 +76,7 @@ sourcecode/detectors/terraform.py,sha256=cxORPR_zVLOJpHlh4e9JnFpkQsn_UnqMMom5yG6
|
|
|
76
76
|
sourcecode/detectors/tooling.py,sha256=8CKbtxwQoABP-WyBRNmdAmHDOvAH57AR1cF4UKuWEdQ,2074
|
|
77
77
|
sourcecode/mcp/__init__.py,sha256=XU4HfRGbdid8wdUA0x_4f7uKZD1z3mv_XUY_WU_T9Mw,179
|
|
78
78
|
sourcecode/mcp/orchestrator.py,sha256=BMi1D6liJHI3DXiaC8yeBLLP0wXajpCP3-vnRGqrvnw,26850
|
|
79
|
-
sourcecode/mcp/registry.py,sha256=
|
|
79
|
+
sourcecode/mcp/registry.py,sha256=Z-deZiVowoYbYhi39ScBIgJ2y4mpQintmjifBr9hk4M,60897
|
|
80
80
|
sourcecode/mcp/runner.py,sha256=-Dp2qPGRkfNTVen6bKh7WtzQqpcEtsrXoiuajvshlKk,2866
|
|
81
81
|
sourcecode/mcp/server.py,sha256=lBSQCw3yFe8rZHp2GGVcfua0EJUYZmsIUbvA4GIJv9s,52210
|
|
82
82
|
sourcecode/mcp/onboarding/__init__.py,sha256=sj2PWqEBmMc4zBNkomg89WtL0M6S7A9yb7_wAuSWNP4,66
|
|
@@ -90,8 +90,8 @@ sourcecode/telemetry/consent.py,sha256=wLMvGNJeSSyZoNkQXpoUioY6mMv4Qdvuw7S9jAEWn
|
|
|
90
90
|
sourcecode/telemetry/events.py,sha256=oEvvulfsv5GIDWG2174gSS6tNB95w38AIYiYeifGKlE,2294
|
|
91
91
|
sourcecode/telemetry/filters.py,sha256=Asa71oRl7q3Wt_FMwuufIZJFzSYdgRNKS8LHCIyFeYE,4805
|
|
92
92
|
sourcecode/telemetry/transport.py,sha256=KJeIPCPWMdmbCP3ySGs2iUlia34U6vWne2dZsUezesw,1560
|
|
93
|
-
sourcecode-1.35.
|
|
94
|
-
sourcecode-1.35.
|
|
95
|
-
sourcecode-1.35.
|
|
96
|
-
sourcecode-1.35.
|
|
97
|
-
sourcecode-1.35.
|
|
93
|
+
sourcecode-1.35.9.dist-info/METADATA,sha256=27WvW2cnKec3v3JSCzmM194zt9WBSIcekcEdrdsXYAk,21263
|
|
94
|
+
sourcecode-1.35.9.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
95
|
+
sourcecode-1.35.9.dist-info/entry_points.txt,sha256=ex3F9rmbXeyDIoFQHtkEqTsKSaJow8F0LrVu8XfIktQ,57
|
|
96
|
+
sourcecode-1.35.9.dist-info/licenses/LICENSE,sha256=7DdHrU9Z_3e7dSvq4ISijZNjnuHo5NIHNiHDouMQ9JU,10491
|
|
97
|
+
sourcecode-1.35.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|