Skip to content

remote HTTP MCP#13

Open
dkuntze wants to merge 29 commits intomainfrom
remote
Open

remote HTTP MCP#13
dkuntze wants to merge 29 commits intomainfrom
remote

Conversation

@dkuntze
Copy link
Copy Markdown
Collaborator

@dkuntze dkuntze commented Sep 4, 2025

No description provided.

@dkuntze dkuntze changed the title first pass at a HTTP MCP remote HTTP MCP Sep 4, 2025
@dkuntze dkuntze requested a review from shsteimer September 4, 2025 18:31
@dkuntze dkuntze self-assigned this Sep 4, 2025
@dkuntze dkuntze marked this pull request as ready for review September 4, 2025 18:31
- Replace placeholder block-list and block-details with real implementations
- Import and use actual block collection data from main branch
- Block-details now fetches real JS, CSS, and HTML from AEM Block Collection
- Update documentation to reflect 8 fully functional tools (up from 6)
- Maintain consistent architecture between local and Workers versions
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
"lint:fix": "eslint src/ --fix",
"build": "echo 'No build step required for Cloudflare Workers'",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it does nothing, then why define it at all?

Comment on lines +46 to +50
"env": {
"DA_ADMIN_API_TOKEN": "your_api_token_here",
"HELIX_ADMIN_API_TOKEN": "your_api_token_here",
"RUM_DOMAIN_KEY": "your_rum_domain_key"
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the env vars don't work with remote servers? in which case we should remove from docs?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can still set them within whatever UI you are using - incl the chatbot.

- Delete test/examples/ directory containing unused example code
- These were not actual tests and weren't used in CI/CD or package scripts
- Clean up codebase by removing unnecessary files
@dkuntze dkuntze requested a review from shsteimer September 9, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants