Document configuration in Readme and add TSDoc for the same.

This commit is contained in:
Pulkit Sharma
2025-03-29 09:40:13 +05:30
parent 81c0ef29ab
commit 9e1186f5ac
4 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import { InspectorConfig } from "./configurationTypes";
// OAuth-related session storage keys
export const SESSION_KEYS = {
CODE_VERIFIER: "mcp_code_verifier",
@@ -14,4 +13,4 @@ export const DEFAULT_INSPECTOR_CONFIG: InspectorConfig = {
description: "Timeout for requests to the MCP server (ms)",
value: 10000,
},
} as const;
} as const;