# Smithery configuration for markdown-editor-mcp-server
# See https://smithery.ai/ for more information
version: 0.1.0
project:
name: markdown-editor-mcp-server
description: MCP server for structured, semantic editing of Markdown files without overwriting the entire file.
keywords: [markdown, editor, mcp, claude, context-protocol, ollama]
license: MIT
homepage: https://github.com/KazKozDev/markdown-editor-mcp-server
# Runtime configuration
runtime: container
# Build configuration
build:
dockerfile: Dockerfile
dockerBuildPath: .
# Start command configuration
startCommand:
type: stdio
command: python
args: [-m, markdown_editor.server]