refactor: remove deprecated tools from the Cognee MCP tools module
This commit is contained in:
parent
27cfe8e323
commit
14164ac2ec
1 changed files with 0 additions and 10 deletions
|
|
@ -1,27 +1,17 @@
|
||||||
"""Cognee MCP Tools - All tools for interacting with the Cognee knowledge graph."""
|
"""Cognee MCP Tools - All tools for interacting with the Cognee knowledge graph."""
|
||||||
|
|
||||||
from .cognee_add_developer_rules import cognee_add_developer_rules
|
|
||||||
from .cognify import cognify
|
from .cognify import cognify
|
||||||
from .save_interaction import save_interaction
|
|
||||||
from .codify import codify
|
|
||||||
from .search import search
|
from .search import search
|
||||||
from .get_developer_rules import get_developer_rules
|
|
||||||
from .list_data import list_data
|
from .list_data import list_data
|
||||||
from .delete import delete
|
from .delete import delete
|
||||||
from .prune import prune
|
from .prune import prune
|
||||||
from .cognify_status import cognify_status
|
from .cognify_status import cognify_status
|
||||||
from .codify_status import codify_status
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"cognee_add_developer_rules",
|
|
||||||
"cognify",
|
"cognify",
|
||||||
"save_interaction",
|
|
||||||
"codify",
|
|
||||||
"search",
|
"search",
|
||||||
"get_developer_rules",
|
|
||||||
"list_data",
|
"list_data",
|
||||||
"delete",
|
"delete",
|
||||||
"prune",
|
"prune",
|
||||||
"cognify_status",
|
"cognify_status",
|
||||||
"codify_status",
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue