diff --git a/client/index.html b/client/index.html new file mode 100644 index 000000000..3be1a51b3 --- /dev/null +++ b/client/index.html @@ -0,0 +1,23 @@ + + +
+ + +
+ {request.url}
+
+
+ {children}
+
+ {copyable && (
+ {oauthState.authorizationCode.slice(0, 20)}...
+ {oauthState.state}
+ {oauthState.stateVerified && (
+
+ {oauthState.accessToken.slice(0, 50)}...
+
+
+ {oauthState.refreshToken.slice(0, 30)}...
+
+ {connectionString}
+
+ {server.error}
+
+
+ {server.oauthDetails.accessToken.slice(0, 20)}...
+
+ {JSON.stringify(entry.params, null, 2)}
+ {JSON.stringify(entry.response, null, 2)}
+
+ {getMessageText(message)}
+
+
+ {resourceContent || 'No content available'}
+
+ )}
+
+ {JSON.stringify(selectedTool.inputSchema, null, 2)}
+
+
+ {toolResult || JSON.stringify(
+ {
+ content: [
+ {
+ type: 'text',
+ text: 'Execute a tool to see results here.',
+ },
+ ],
+ },
+ null,
+ 2
+ )}
+
+