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({
|
||||
name: 'mcp-example',
|
||||
origin: {
|
||||
type: 'mcp',
|
||||
// Your origin MCP server URL supporting the streamable HTTP transport
|
||||
url: '<YOUR_MCP_SERVER_URL>',
|
||||
type: 'mcp'
|
||||
url: '<YOUR_REMOTE_MCP_SERVER_URL>'
|
||||
}
|
||||
})`.trim(),
|
||||
lang: 'typescript'
|
||||
|
@ -155,7 +155,7 @@ export default defineConfig({
|
|||
"name": "mcp-example",
|
||||
"origin": {
|
||||
"type": "mcp",
|
||||
"url": "<YOUR_MCP_SERVER_URL>"
|
||||
"url": "<YOUR_REMOTE_MCP_SERVER_URL>"
|
||||
}
|
||||
}`.trim(),
|
||||
lang: 'json'
|
||||
|
|
|
@ -7,7 +7,7 @@ import { copyright, githubUrl, twitterUrl } from '@/lib/config'
|
|||
|
||||
export function Footer() {
|
||||
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='flex flex-col md:grid md:grid-cols-4 gap-8'>
|
||||
<div className='flex flex-col md:items-center'>
|
||||
|
@ -21,6 +21,12 @@ export function Footer() {
|
|||
</ActiveLink>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<ActiveLink href='/mcp-authors' className='link'>
|
||||
For MCP Authors
|
||||
</ActiveLink>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<ActiveLink href='/about' className='link'>
|
||||
About
|
||||
|
|
Ładowanie…
Reference in New Issue