You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is only designed to work with SSE transport type, as it will configure that through Aspire. If you want to use SSE, you can still launch it, but it will require some manual configuration in the inspector UI once started.
Currently it runs the inspector via `npx`, since there's no docker image available.
Fixes#622
Copy file name to clipboardExpand all lines: docs/diagnostics.md
+4
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,7 @@ Once a release of .NET Aspire with that API is available, the API in the .NET As
13
13
## CTASPIRE002
14
14
15
15
Support for loading extensions into SQLite requires either a NuGet package or folder path to the library to be provided, and as a result there is some custom logic to load the extension based on the path or NuGet package. This logic will require some experimenting to figure out edge cases, so the feature for extension loading will be kept as experimental until it is proven to be stable.
16
+
17
+
## CTASPIRE003
18
+
19
+
The underlying type used here may change to a different resource type in the future. Avoid taking a direct dependency on the Aspire type, instead rely on the CommunityToolkit resource type returned or the `Resource` type from Aspire.
/// <param name="name">The name of the resource.</param>
9
+
/// <remarks>
10
+
/// This resource will run as a Node.js process using the npx command.
11
+
///
12
+
/// In future, it is likely to become a container resource, once <seealso href="https://github.com/modelcontextprotocol/inspector/issues/237"/> is resolved.
0 commit comments