Aaron Powell
Aaron Powell
I had my Solar Analytics offline for about half a days' worth of time, and that spanned through the night and what I've noticed is that all the sensors are...
With the AOAI integration we can add a service resource into the AppHost like so: ```csharp var openai = builder.AddAzureOpenAI("openai") .AddDeployment(new("gpt-35-turbo", "gpt-35-turbo", "0613")); builder.AddProject("webstory") .WithReference(openai); ``` But within our client...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Azure...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...
Fixes #237 ## Motivation and Context I want to be able to use a container version of the inspector rather than via npx. ## How Has This Been Tested? I...
This allows you to set the SERVER_PORT or MCP_PROXY_FULL_ADDRESS as an environment variable and the value will be injected into the static app when it's run. Also making the transport...
**Is your feature request related to a problem? Please describe.** When you first run the inspector it defaults to `stdio` as the transport, unless previously specified. So if you run:...
**Describe the bug** According to the docs, if you want to run a custom set of ports for the client/server parts you run this command: ``` CLIENT_PORT=8080 SERVER_PORT=9000 npx @modelcontextprotocol/inspector...
**Is your feature request related to a problem? Please describe.** To run inspector you need to have node installed and run it using `npx`. This might not be ideal in...