Metadata-Version: 2.4
Name: mcp-prompt_mapper
Version: 0.1.0
Summary: Generates optimal Claude/OpenAI-ready prompts to build each part of the MCP server (resources, tools, prompts) from the input generated by `mcp_input_analyzer`
Home-page: https://github.com/Sumedh99/mcp_prompt_mapper
Author: Sumedh99
Author-email: Sumedh99@users.noreply.github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# mcp-prompt_mapper

Generates optimal Claude/OpenAI-ready prompts to build each part of the MCP server (resources, tools, prompts) from the input generated by `mcp_input_analyzer`.

## Features

- Prompt templating for tools/resources generation
- Custom Claude-ready YAML + JSON prompt output
- Supports Claude, Grok, OpenAI
- Schema-aware auto-complete prompts
- Streaming input parsing for Claude Desktop

## Installation

```bash
pip install mcp-prompt_mapper
```

## Usage

```python
from mcp_prompt_mapper import Mcp_prompt_mapper

# Initialize the library
mcp_prompt_mapper_instance = Mcp_prompt_mapper()

# Use the library functions
# Example usage will be added in future versions
```

## License

MIT
