Geqiandipan

Results 2 issues of Geqiandipan

Testing: with jvm option: xmx50m public void testAddElement() throws NoSuchFieldException, IllegalAccessException { DocumentFactory instance = DocumentFactory.getInstance(); Field cacheField = DocumentFactory.class.getDeclaredField("cache"); cacheField.setAccessible(true); QNameCache qNameCache = (QNameCache) cacheField.get(instance); Field namespaceCacheField = QNameCache.class.getDeclaredField("namespaceCache");...

### Description As the title indicates, using ''' async with Client(SSETransport("http://localhost:8000/mcp")) as client: ... Use client here... ''' connecting to SSE Server results in an error. The error is as...

bug