mirror of
https://github.com/kennethnym/freya
synced 2026-06-20 08:31:17 +01:00
feat: add google maps mcp source (#125)
This commit is contained in:
17
packages/freya-source-google-maps/src/index.ts
Normal file
17
packages/freya-source-google-maps/src/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export {
|
||||
GoogleMapsAction,
|
||||
GoogleMapsMcpEndpoint,
|
||||
GoogleMapsSource,
|
||||
GoogleMapsSourceId,
|
||||
GoogleMapsTool,
|
||||
type GoogleMapsApiKey,
|
||||
type GoogleMapsSourceOptions,
|
||||
} from "./google-maps-source"
|
||||
|
||||
export {
|
||||
ComputeRoutesInput,
|
||||
LookupWeatherInput,
|
||||
ResolveMapsUrlsInput,
|
||||
ResolveNamesInput,
|
||||
SearchPlacesInput,
|
||||
} from "./schemas"
|
||||
Reference in New Issue
Block a user