Skip to main content
Glama
briantkatch

Paprika MCP Server

by briantkatch
__init__.py418 B
"""Prompts module - exports all MCP prompt implementations.""" from .user_preferences import PROMPT_DEFINITION as USER_PREFS_DEF from .user_preferences import user_preferences_prompt # Export all prompts and their definitions PROMPTS = { "user_preferences": { "definition": USER_PREFS_DEF, "handler": user_preferences_prompt, }, } __all__ = [ "PROMPTS", "user_preferences_prompt", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/briantkatch/paprika-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server