-
Notifications
You must be signed in to change notification settings - Fork 885
Allow agent input prompt throug mcp #17577
Copy link
Copy link
Open
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area ownerstriage:bot-seenAspire triage bot has seen this issueAspire triage bot has seen this issue
Metadata
Metadata
Assignees
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area ownerstriage:bot-seenAspire triage bot has seen this issueAspire triage bot has seen this issue
Type
Fields
Give feedbackNo fields configured for Feature.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
I setup playwright test for e2e testing with aspire and for it run correctly I need to run it through aspire so env is correctly setup. the agent is able run playwright through the aspire and this is great. But I want do one more step that allow agent run a specific test instead of running everything because there a lot of test case and that very time consuming. I check the document and we have prompt to custom the args before running the service https://aspire.dev/extensibility/interaction-service/#prompt-for-user-input but look like mcp is not yet support this. So it will be nice that mcp support to allow the agent to then the prompt input too.
Additional context
No response