Back to Home
ntrajic icon

yvrdevfest2025

Verified Safe

by ntrajic

Overview

Demonstrates building an interactive Model Context Protocol (MCP) server using Python, featuring elicitation to dynamically gather user input for tools like a calculator and a haiku generator.

Installation

Run Command
uv run mcp dev server.py

Security Notes

The server's Python code (simple-elicitation-server/server.py) uses the 'operator' module for arithmetic operations, which is a safe practice. It interacts with an LLM for haiku generation and uses the 'elicit' feature to gather structured user input safely. No direct external API calls are made from this specific server example, and no 'eval' or other high-risk functions are used. There are no hardcoded secrets identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-22

Tags

MCPPythonAILLMInteractiveElicitationToolsCalculatorHaiku