modelcontextprotocol / modelcontextprotocol/ext-apps
Angular based MCP apps example
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 387
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
Building mcp apps with current examples setup is not smooth using angular as it doesn't have setting to bundle app into single file and there is not possibility to extend build settings with vite plugins as it is done for other frameworks
Describe the solution you'd like
Easy to understand example to build mcp apps with angular
Describe alternatives you've considered
One of possible ways is to make postbuild script which will inline .js and .css files to generated index.html .
One more is to use AnalogJS, Angular meta framework with viteSingleFile add-on, but still it is not Angular native solution.
I believe there is better way to do it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the current MCP apps examples setup and Angular's native build settings. Compare how other framework examples produce a single bundled app and determine how an Angular example can meet the same requirement without relying on AnalogJS or a postbuild workaround. Done means an easy-to-understand Angular example that builds and runs as an MCP app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100