MCP Server Implementation

This commit is contained in:
Cole Medin
2025-07-13 22:07:07 -05:00
parent 84d49cf30a
commit 87052aec1a
22 changed files with 5594 additions and 263 deletions

View File

@@ -3,10 +3,10 @@ GITHUB_CLIENT_SECRET=<your github client secret>
COOKIE_ENCRYPTION_KEY=<your cookie cookie encryption key>
# Add your Anthropic API key below for PRP parsing functionality
# ANTHROPIC_API_KEY=<your Anthropic API key>
ANTHROPIC_API_KEY=<your Anthropic API key>
# Optional: Override the default Anthropic model (defaults to claude-3-5-haiku-latest)
# ANTHROPIC_MODEL=claude-3-5-haiku-latest
# Anthropic model for PRP parsing (using Claude 3 Sonnet for better parsing accuracy)
ANTHROPIC_MODEL=claude-3-sonnet-20240229
# Database Connection String
# This should be a PostgreSQL connection string with full read/write permissions