▲ | blitzar 8 days ago | |||||||||||||||||||
Personally I find LLMs functionally useless without any external data besides than which I write in the prompt. One MCP that I use is as simple as todays date and time - how else would LLMs know what day of the week it is? | ||||||||||||||||||||
▲ | fennecfoxy 8 days ago | parent [-] | |||||||||||||||||||
`${context} ${extra_data} ${user_query}`. That's all MCP is. Concatenating JSON to the context. | ||||||||||||||||||||
|