mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-29 16:14:56 +00:00
MCP Server Implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user