...and Feedback for MCP:
The possibility for an MCP Service:
Historical routes:
“Show me the trip of device xy on exact date or week or month or last trip...”
"When was my vehicle in city xy"
"When was my vehicle in country xy""
Actual route
"When will vehicle xy reach its home base"
...
The URL for MCP is:
{baseUrl}/api/mcp
Hope its okay to add the question here, in terms of how to configure it.
In ChatGPT while adding a connector after authentication it redirects to this URI.
http://127.0.1.1:8082/api/oidc/authorize?response_type=code&client_id=a
Why is it redirecting a 127.0.1.1,
The configuration is enabled: <entry key='web.mcp.enable'>true</entry>
However, is there something else that needs to be configured as well for the authentication to work, what am I missing please advise.
Probably because you haven't set web.url.
For OAuth to work, you also need to configure client id and client secret. Check config documentation.
From the blog:
MCP service that you can use in ChatGPT and other AI assistants.
For now the only available function is querying the current device position.
This is a very experimental feature.
Please provide feedback on how useful this is and what tools you would like to be available via MCP.
Yes, maybe i search the doc for this feature :-)