kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
ebeff1a7f1
commit
422da87f1c
|
@ -122,9 +122,9 @@ import { defineConfig } from '@agentic/platform'
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
name: 'mcp-example',
|
name: 'mcp-example',
|
||||||
origin: {
|
origin: {
|
||||||
|
type: 'mcp',
|
||||||
// Your origin MCP server URL supporting the streamable HTTP transport
|
// Your origin MCP server URL supporting the streamable HTTP transport
|
||||||
url: '<YOUR_MCP_SERVER_URL>',
|
url: '<YOUR_REMOTE_MCP_SERVER_URL>'
|
||||||
type: 'mcp'
|
|
||||||
}
|
}
|
||||||
})`.trim(),
|
})`.trim(),
|
||||||
lang: 'typescript'
|
lang: 'typescript'
|
||||||
|
@ -155,7 +155,7 @@ export default defineConfig({
|
||||||
"name": "mcp-example",
|
"name": "mcp-example",
|
||||||
"origin": {
|
"origin": {
|
||||||
"type": "mcp",
|
"type": "mcp",
|
||||||
"url": "<YOUR_MCP_SERVER_URL>"
|
"url": "<YOUR_REMOTE_MCP_SERVER_URL>"
|
||||||
}
|
}
|
||||||
}`.trim(),
|
}`.trim(),
|
||||||
lang: 'json'
|
lang: 'json'
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { copyright, githubUrl, twitterUrl } from '@/lib/config'
|
||||||
|
|
||||||
export function Footer() {
|
export function Footer() {
|
||||||
return (
|
return (
|
||||||
<footer className='w-full py-12 border-t flex flex-col items-center'>
|
<footer className='w-full pt-12 pb-4 border-t flex flex-col items-center'>
|
||||||
<div className='container px-4 md:px-6 max-w-1200px'>
|
<div className='container px-4 md:px-6 max-w-1200px'>
|
||||||
<div className='flex flex-col md:grid md:grid-cols-4 gap-8'>
|
<div className='flex flex-col md:grid md:grid-cols-4 gap-8'>
|
||||||
<div className='flex flex-col md:items-center'>
|
<div className='flex flex-col md:items-center'>
|
||||||
|
@ -21,6 +21,12 @@ export function Footer() {
|
||||||
</ActiveLink>
|
</ActiveLink>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
<ActiveLink href='/mcp-authors' className='link'>
|
||||||
|
For MCP Authors
|
||||||
|
</ActiveLink>
|
||||||
|
</span>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<ActiveLink href='/about' className='link'>
|
<ActiveLink href='/about' className='link'>
|
||||||
About
|
About
|
||||||
|
|
Ładowanie…
Reference in New Issue