mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"mcpServers": {
|
|
"pdf-reader": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"-v",
|
|
"your/path/owl/community_usecase/resume-analysis-assistant/resumes:/pdfs",
|
|
"cr7258/pdf-reader"
|
|
]
|
|
},
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"your/path/owl/community_usecase/resume-assistant/resumes"
|
|
]
|
|
}
|
|
}
|
|
} |