symbols

p1va/symbols

3.3

If you are the rightful owner of symbols and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

An MCP server for searching, reading, inspecting symbols in a codebase, enhancing codebase structure and navigation.

Tools

Functions exposed to the LLM to take actions

search

Searches symbols across the codebase.

read

Reads symbols in a given file with different levels of detail.

inspect

Inspects a given symbol and returns information about it, its definition, and implementation.

completion

Suggests a list of completions.

references

Finds references of a given symbol across the codebase.

rename

Renames a symbol across the codebase.

diagnostics

Retrieves active diagnostics in a given document.

logs

Returns logs from the underlying LSP.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources