push-based / push-based/angular-toolkit-mcp
create a factory function to pass server config to tools
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As a developer I want to have a clean and easy way to pass down data to tools without extending the handler schema.
Requirements:
- The factory function takes a context object. this objects carries the server configuration.
- Resolving the paths and loading the config form the file system happens before.
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 locating the tool handler schema and the code that resolves paths and loads server configuration from the file system. Define the factory around a context object carrying that configuration, ensuring resolution and loading happen before tools use it; done means tools receive the context without extending the handler schema.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100