Skip to content

Commit d62f2c5

Browse files
Anoushka KumarAnoushka Kumar
authored andcommitted
feat: Add get_vistas tool for retrieving DevRev vista information
- Add get_vistas tool definition with input schema validation - Implement complete handler with error handling and API integration - Add vista namespace to search tool for comprehensive vista support - Clean up leftover commented code - Use existing make_devrev_request utility for consistent API calls This enables users to retrieve vista (filtered view) information by ID, expanding the MCP server's DevRev integration capabilities.
1 parent d26f5cc commit d62f2c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/devrev_mcp/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,6 @@ async def handle_call_tool(
596596
text=f"Object created successfully: {response.json()}"
597597
)
598598
]
599-
# elif name == "get_vistas":
600-
# return await _get_vistas(arguments)
601599

602600
elif name == "update_work":
603601
if not arguments:

0 commit comments

Comments
 (0)