Skip to content

Commit fae065e

Browse files
committed
Provide instructions
1 parent 761e55e commit fae065e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ const server = new Server(
159159
},
160160
resources: {},
161161
},
162+
instructions: "You can interact with an JetBrains IntelliJ IDE and its features through this MCP (Model Context Protocol) server. The server provides access to various IDE tools and functionalities. " +
163+
"All requests should be formatted as JSON objects according to the Model Context Protocol specification."
162164
},
165+
163166
);
164167

165168
/**

0 commit comments

Comments
 (0)