You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mcp-llm-inferencer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-llm-inferencer

Uses Claude or OpenAI API to convert prompt-mapped input into concrete MCP server components such as tools, resource templates, and prompt handlers

0.1.0
pipPyPI
Maintainers
1

mcp-llm_inferencer

Uses Claude or OpenAI API to convert prompt-mapped input into concrete MCP server components such as tools, resource templates, and prompt handlers.

Features

  • LLM call engine with retry and fallback logic
  • Supports Claude and OpenAI interchangeably
  • Streaming support for Claude Desktop
  • Tool and resource response validation
  • Structured output bundling per component

Installation

pip install mcp-llm_inferencer

Usage

from mcp_llm_inferencer import Mcp_llm_inferencer

# Initialize the library
mcp_llm_inferencer_instance = Mcp_llm_inferencer()

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

License

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts