pull/715/head
Travis Fischer 2025-06-06 03:32:34 +07:00
rodzic 69498be0ab
commit 8f028bf538
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -15,7 +15,8 @@ const fixtures = [
// 'pricing-3-plans', // 'pricing-3-plans',
// 'pricing-monthly-annual', // 'pricing-monthly-annual',
// 'pricing-custom-0', // 'pricing-custom-0',
'basic-openapi' 'basic-openapi',
'basic-mcp'
] ]
const fixturesDir = path.join( const fixturesDir = path.join(

Wyświetl plik

@ -2,7 +2,8 @@ import { defineConfig } from '@agentic/platform'
export default defineConfig({ export default defineConfig({
name: 'test-basic-mcp', name: 'test-basic-mcp',
originUrl: 'http://localhost:8080', // originUrl: 'http://localhost:8080/stream',
originUrl: 'https://agentic-basic-mcp-test.onrender.com/stream',
originAdapter: { originAdapter: {
type: 'mcp' type: 'mcp'
} }