Skip to main content
Glama

Nuanced MCP Server

by MattMorgis

initialize_graph

Set up a code graph for repository analysis by providing the repository path. Enables AI systems to explore function relationships and dependencies in Python code.

Instructions

Initialize a code graph for the given repository path.

Args: repo_path: Path to the repository to analyze

Returns: Success message with information about the initialized graph

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "initialize_graphArguments", "type": "object" }

You must be authenticated.

Other Tools from Nuanced 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/MattMorgis/nuanced-mcp'

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