this is finally goodbye. use the new one.
This commit is contained in:
@@ -77,14 +77,6 @@ def register_service_admin_tools(
|
||||
async def get_planner_catalog() -> dict[str, Any]:
|
||||
return handlers.get_planner_catalog()
|
||||
|
||||
@server.tool(
|
||||
name=name("list_spec_sources"),
|
||||
title="List Spec Sources",
|
||||
description="List planner-visible sources that currently provide node specs.",
|
||||
)
|
||||
async def list_spec_sources() -> list[dict[str, Any]]:
|
||||
return handlers.list_spec_sources()
|
||||
|
||||
@server.tool(
|
||||
name=name("list_sources"),
|
||||
title="List Sources",
|
||||
|
||||
Reference in New Issue
Block a user