push-based / push-based/angular-toolkit-mcp

create a factory function to pass server config to tools

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.