paelladoc

jlcases/paelladoc

4.4

paelladoc is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

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

PAELLADOC is an AI-First Development framework implementing the Model Context Protocol (MCP) to enhance LLM interactions with external tools and context.

Try paelladoc with chat:

Tools

Functions exposed to the LLM to take actions

core_continue

Continues work on an existing PAELLADOC project.

core_help

Shows help information about available commands

paella_init

Initiates the conversational workflow to define and document a new PAELLADOC project

paella_list

Retrieves detailed information for all PAELLADOC projects stored in the system memory

paella_select

Loads the memory of an existing PAELLADOC project and sets it as the active context

core_get_project

Get detailed information about a specific project.

core_update_project

Update specific fields of a project.

core_delete_project

Delete a project and optionally its files.

core_verification

Verifies documentation coverage against the MECE taxonomy

ping

Basic health check; returns pong.

Args:
    random_string (str, optional): Dummy parameter for no-parameter tools

Returns:
    Dict[str, Any]: Response with status and message

Prompts

Interactive templates invoked by user choice

paella_command

Create a PAELLA command prompt.

Resources

Contextual data attached and managed by the client

get_readme

URI: docs://readme

MIME: text/plain

Get the project README content.