MCP Function: how can the documentation can found?

Tronio a month ago

on thing I forgot to add for the suggestions
5. now when I ask the location of a device it just returns with the coordinates, would be more helpful to get the geocoded address

although I see that the model can't see the geocoded address and just the coordinates but would be nice, or idk if its possible to get it working like that in mcp but if a user asks for a location then give it in google maps link always?

Anton Tananaev a month ago

It should do geocoding automatically.

Anton Tananaev a month ago

Tronio those are some good suggestions, thanks.

Simo 5 days ago

Do you know how to make it work for traccar v6.12.0 (last release)?

There is a change:

openid.clients config
List of OpenID Connect clients for the built-in provider. Value should be a comma-separated list of 'clientId:clientSecret:redirectUri' entries. Multiple redirect URIs can be specified using '|' as a separator.

I'm trying something like this but without success --> HTTP 400 Bad Request:

<entry key='web.url'>https://traccar.mysite.com</entry>
<entry key='openid.clients'>chatgpt-traccar-mcp:secret_to_generate:https://traccar.mysite.com/api/mcp</entry>
<entry key='web.mcp.enable'>true</entry>

Any help would be appreciated

Anton Tananaev 5 days ago

Are you sure the value are correct?

Simo 5 days ago

Ok! I solved it in this way:

<entry key='openid.clients'>chatgpt-traccar-mcp:secret_to_generate:https://chatgpt.com/connector_platform_oauth_redirect</entry>

Remember to login to your traccar server before adding the connector to chatgpt