MCP Function: how can the documentation can found?

rolsch7 hours ago

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 :-)

rolsch7 hours ago

...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"
...

Anton Tananaev5 hours ago

The URL for MCP is:

{baseUrl}/api/mcp
SwayDev4 hours ago

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.

Anton Tananaev4 hours ago

Probably because you haven't set web.url.

Anton Tananaev4 hours ago

For OAuth to work, you also need to configure client id and client secret. Check config documentation.