Docs.rs
code-analyze-mcp-0.1.1
code-analyze-mcp 0.1.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
clouatre
Dependencies
async-trait ^0.1
normal
base64 ^0.22
normal
ignore ^0.4
normal
lru ^0.16
normal
rayon ^1
normal
rmcp ^1
normal
schemars ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2.0.18
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tree-sitter ^0.26.6
normal
tree-sitter-go ^0.25.0
normal
tree-sitter-java ^0.23.5
normal
tree-sitter-python ^0.25.0
normal
tree-sitter-rust ^0.24.0
normal
tree-sitter-typescript ^0.23.2
normal
criterion ^0.8
dev
tempfile ^3
dev
Versions
28.62%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module python
code_
analyze_
mcp
0.1.1
Module python
Module Items
Constants
Functions
In code_
analyze_
mcp::
languages
code_analyze_mcp
::
languages
Module
python
Copy item path
Source
Constants
§
CALL_
QUERY
Tree-sitter query for extracting function calls.
ELEMENT_
QUERY
Tree-sitter query for extracting Python elements (functions and classes).
IMPORT_
QUERY
Tree-sitter query for extracting Python imports.
REFERENCE_
QUERY
Tree-sitter query for extracting type references. Python grammar has no type_identifier node; use (type (identifier) @type_ref) to capture type names in annotations and generic_type for parameterized types.
Functions
§
extract_
inheritance
Extract inheritance information from a Python class node.