Skip to main content
Glama

Smart Prompts MCP Server

setup-fork.shโ€ข1.43 kB
#!/bin/bash echo "๐Ÿ”ง Setting up fork and remotes for contributing back..." echo "" # Add upstream remote echo "๐Ÿ“Œ Adding upstream remote..." git remote add upstream https://github.com/tanker327/prompts-mcp-server.git # Verify remotes echo "" echo "โœ“ Current remotes:" git remote -v # Fetch upstream echo "" echo "๐Ÿ“ฅ Fetching upstream branches..." git fetch upstream # Create feature branches echo "" echo "๐ŸŒฟ Creating feature branches..." # Create branch for enhanced tool descriptions git checkout -b feature/enhanced-tool-descriptions echo "โœ“ Created: feature/enhanced-tool-descriptions" # Create branch for GitHub integration git checkout -b feature/github-integration echo "โœ“ Created: feature/github-integration" # Create branch for advanced search git checkout -b feature/advanced-search echo "โœ“ Created: feature/advanced-search" # Create branch for prompt composition git checkout -b feature/prompt-composition echo "โœ“ Created: feature/prompt-composition" # Return to main branch git checkout main echo "" echo "โœ“ Returned to main branch" echo "" echo "๐ŸŽ‰ Setup complete! Your branches are ready:" git branch echo "" echo "๐Ÿ“‹ Next steps:" echo "1. Post the issue to the original repository" echo "2. Wait for maintainer response" echo "3. Prepare the first PR based on feedback" echo "" echo "๐Ÿ’ก To start working on a feature:" echo " git checkout feature/enhanced-tool-descriptions"

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/jezweb/smart-prompts-mcp'

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