refactor: remove context awareness documentation and related code; streamline tool registration and context detection
This commit is contained in:
4
index.ts
4
index.ts
@@ -96,9 +96,9 @@ const plugin = {
|
||||
|
||||
// Operations
|
||||
api.registerTool(createStatusTool(api), { names: ["status"] });
|
||||
api.registerTool(createHealthTool(api), { names: ["health"] });
|
||||
api.registerTool(createHealthTool(), { names: ["health"] });
|
||||
// Setup & config
|
||||
api.registerTool(createProjectRegisterTool(api), {
|
||||
api.registerTool(createProjectRegisterTool(), {
|
||||
names: ["project_register"],
|
||||
});
|
||||
api.registerTool(createSetupTool(api), { names: ["setup"] });
|
||||
|
||||
Reference in New Issue
Block a user