forked from EduCraft/curriculum-project-hub
fix(hub): expect always-on todo_write in pbank tool mapping
This commit is contained in:
@@ -44,6 +44,7 @@ describe("pbank client helpers", () => {
|
|||||||
describe("role tool mapping for pbank", () => {
|
describe("role tool mapping for pbank", () => {
|
||||||
it("maps umbrella pbank role tool to three MCP tools", () => {
|
it("maps umbrella pbank role tool to three MCP tools", () => {
|
||||||
expect(cphHubMcpToolsForRole(["pbank"])).toEqual([
|
expect(cphHubMcpToolsForRole(["pbank"])).toEqual([
|
||||||
|
"todo_write",
|
||||||
"pbank_search_problems",
|
"pbank_search_problems",
|
||||||
"pbank_get_problem",
|
"pbank_get_problem",
|
||||||
"pbank_get_many_problems",
|
"pbank_get_many_problems",
|
||||||
|
|||||||
Reference in New Issue
Block a user