▲ | paradite 10 hours ago | |||||||
Definitely a problem that everyone needs to solve. I wonder if you can achieve this workflow by just using prompt and the new Model Context Protocol connected to email / slack. | ||||||||
▲ | dhorthy 9 hours ago | parent [-] | |||||||
so I played with MCP for a while last night and I think MCP is great as a layer to pull custom tools into the existing claude/desktop/chat experience. But at the end of the day its just basic agentic loop over tool calls. If you want to tell a model to send a message to slack, sure, give it a slack tool and let it go wild. do you see a way how MCP applies for outer-loop or "headless" agents in a way that's any different from another tool-calling agent like langchain or crewai? IT seems like just another protocol for tool calling over the stdio wire (WHICH, TO BE CLEAR, I FIND SUPER DOPE) | ||||||||
|