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
// About tool - returns server name and description
99
122
server.tool(
100
123
"about",
101
124
"Get information about this MCP server",
102
125
{},
103
126
async()=>{
127
+
constserverInfo={
128
+
name: "VaultAssist MCP",
129
+
description: "A secure OAuth 2.1 Model Context Protocol (MCP) server providing advanced tools for Google services, memory graph, and sequential thinking capabilities."
130
+
};
131
+
104
132
return{
105
133
content: [{
106
134
type: "text",
107
-
text: `Name: VaultAssist MCP\nDescription: A secure OAuth 2.1 Model Context Protocol (MCP) server providing advanced tools for Google services, memory graph, and sequential thinking capabilities.`
0 commit comments