Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nodejs/claude/sample-agent/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ANTHROPIC_API_KEY=

# MCP Tooling Configuration
TOOLS_MODE=MCPPlatform # Options: MockMCPServer | MCPPlatform
BEARER_TOKEN=

# Environment Settings
Expand Down
1 change: 0 additions & 1 deletion nodejs/langchain/sample-agent/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
OPENAI_API_KEY=

# MCP Tooling Configuration
TOOLS_MODE=MCPPlatform # Options: MockMCPServer | MCPPlatform
BEARER_TOKEN=

# MCPPlatform Configuration. Default to production values.
Expand Down
1 change: 0 additions & 1 deletion nodejs/n8n/sample-agent/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ PORT=3978
# MCP Tool Server Configuration (optional)
# Set these if you want to provide Microsoft 365 tools to your n8n workflow
MCP_AUTH_TOKEN=
TOOLS_MODE=MCPPlatform

#Auth
connections__service_connection__settings__clientId=blueprint_id
Expand Down
1 change: 0 additions & 1 deletion nodejs/n8n/sample-agent/Agent-Code-Walkthrough.MD
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ agentic_scopes=ea9ffc3e-8a23-4a7d-836d-234d7c7565c1/.default

# MCP Tools (Optional)
MCP_AUTH_TOKEN=optional-bearer-token
TOOLS_MODE=MCPPlatform
```

---
Expand Down
1 change: 0 additions & 1 deletion nodejs/openai/sample-agent/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
OPENAI_API_KEY=

# MCP Tooling Configuration
TOOLS_MODE=MCPPlatform # Options: MockMCPServer | MCPPlatform
BEARER_TOKEN=

# Environment Settings
Expand Down
Loading