Skip to main content
Glama

Java Class Analyzer MCP Server

scan_dependencies

Scans Maven project dependencies to build a class-to-JAR mapping index for accurate dependency analysis and code generation.

Instructions

扫描Maven项目的所有依赖,建立类名到JAR包的映射索引

Input Schema

NameRequiredDescriptionDefault
forceRefreshNo是否强制刷新索引
projectPathYesMaven项目根目录路径

Input Schema (JSON Schema)

{ "properties": { "forceRefresh": { "default": false, "description": "是否强制刷新索引", "type": "boolean" }, "projectPath": { "description": "Maven项目根目录路径", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

Other Tools from Java Class Analyzer MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/handsomestWei/java-class-analyzer-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server