Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ createCtxNoteTools
Function
createCtxNoteTools
packages/plugin/src/tools/ctx-note/tools.ts:338–342 ·
view source on GitHub ↗
(deps: CtxNoteToolDeps)
Source
from the content-addressed store, hash-verified
336
}
337
338
export
function
createCtxNoteTools(deps: CtxNoteToolDeps): Record<string, ToolDefinition> {
339
return
{
340
ctx_note: createCtxNoteTool(deps),
341
};
342
}
Callers
2
tools.test.ts
File · 0.90
createToolRegistry
Function · 0.90
Calls
1
createCtxNoteTool
Function · 0.70
Tested by
no test coverage detected